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

Required methods

Implementors