Trait ConstCellFn

Source
pub trait ConstCellFn {
    // Required method
    fn call(&mut self, ctx: ConstFnCtx<'_>, input: Val) -> Val;
}

Required Methods§

Source

fn call(&mut self, ctx: ConstFnCtx<'_>, input: Val) -> Val

Implementors§