Function show_notes::e006::demonstrate_nesting::now_public_fn
source · pub fn now_public_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.