Struct sway_core::semantic_analysis::Namespace
source · [−]pub struct Namespace { /* private fields */ }
Expand description
A namespace represents all items that exist either via declaration or importing.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Namespace
impl UnwindSafe for Namespace
Blanket Implementations
Mutably borrows from an owned value. Read more