Function show_notes::e006::internal_module::a_public_module_fn
source · pub fn a_public_module_fn()
Expand description
A module function, demonstrating module-public function status.
This function is public to the internal_module
, but because the module
itself isn’t public, neither is the function. It is available to
anything which uses internal_module
, however, as it is public at the
function level.