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.