Crate mod_interface
Source - exposed
- Exposed namespace of the module. Contains items propagated to all ancestor layers.
- orphan
- Orphan namespace of the module. Contains items propagated to the immediate parent.
- own
- Own namespace of the module. Contains items public within this layer, but not propagated.
- prelude
- Prelude namespace of the module. Contains items propagated to all ancestors and intended for glob import.
- layer_a_exposed
- Function specific to layer_a’s
exposed level. - layer_a_orphan
- Function specific to layer_a’s
orphan level. - layer_a_own
- Function specific to layer_a’s
own level. - layer_a_prelude
- Function specific to layer_a’s
prelude level.