Struct sway_core::Namespace [−][src]
pub struct Namespace<'sc> { /* fields omitted */ }
Implementations
pub fn insert_dependency_module(
&mut self,
module_name: String,
module_contents: Namespace<'sc>
)
Trait Implementations
Auto Trait Implementations
impl<'sc> RefUnwindSafe for Namespace<'sc>
impl<'sc> UnwindSafe for Namespace<'sc>
Blanket Implementations
Mutably borrows from an owned value. Read more