Struct sway_core::UseStatement
source · [−]pub struct UseStatement { /* private fields */ }
Expand description
A UseStatement is a statement that imports something from a module into the local namespace.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for UseStatement
impl Send for UseStatement
impl Sync for UseStatement
impl Unpin for UseStatement
impl UnwindSafe for UseStatement
Blanket Implementations
Mutably borrows from an owned value. Read more