pub struct Module(pub Index);
Tuple Fields
0: Index
Implementations
Return a new named module of a specific kind.
NOTE: the name is redundant and will be removed in the future.
pub fn function_iter(&self, context: &Context) -> FunctionIteratorⓘNotable traits for FunctionIteratorimpl Iterator for FunctionIterator type Item = Function;
pub fn function_iter(&self, context: &Context) -> FunctionIteratorⓘNotable traits for FunctionIteratorimpl Iterator for FunctionIterator type Item = Function;
Notable traits for FunctionIterator
impl Iterator for FunctionIterator type Item = Function;
Return an interator over each of the Function
s in this module.
Add a global value to this module.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Module
impl UnwindSafe for Module
Blanket Implementations
Mutably borrows from an owned value. Read more