Trait NewFunction

Source
pub trait NewFunction<T> {
    // Required method
    fn new_function(&mut self, t: T, body: FunctionBody) -> FunctionIndex;
}

Required Methods§

Source

fn new_function(&mut self, t: T, body: FunctionBody) -> FunctionIndex

Implementors§