Module show_notes::e030::left

source ยท
Expand description

One of two internal modules (with right) for demonstrating visibility.

Modulesยง

  • a ๐Ÿ”’
    pub(crate) mod a is visible everywhere within the crate that can see left, but hidden from all external callers.
  • b ๐Ÿ”’
    pub(in crate::e030::left) mod b is visible to
  • c ๐Ÿ”’

Functionsยง

  • local ๐Ÿ”’
    Visible to other items in left, including in sub-modules.