Module show_notes::e006::internal_module
source · Expand description
This is an internal module. Note that it isn’t public.
Modules may have any kind of “item” local to them. “Items” in Rust are things like functions, structs, enums, traits, type definitions, and other modules.
Modules have namespaces
Functions§
- Another module function, demonstrating module-private function status.
- A module function, demonstrating module-public function status.