Module show_notes::e030::left::a

source ยท
Expand description

pub(crate) mod a is visible everywhere within the crate that can see left, but hidden from all external callers.

Modulesยง

  • private_child ๐Ÿ”’
    mod child here is visible to a, but not outside a โ€“ including even is siblings.

Functionsยง

  • This is visible everywhere in the crate that can see a. Open the source to see all the other items it can interact with!
  • sibling ๐Ÿ”’
    fn sibling is visible only to other items within a.