GetFun

Trait GetFun 

Source
pub trait GetFun<T> {
    // Required method
    fn fun(
        &self,
        name: &StringName,
        ctx: &Context,
        pos: Position,
    ) -> TypeResult<T>;
}

Required Methods§

Source

fn fun(&self, name: &StringName, ctx: &Context, pos: Position) -> TypeResult<T>

Implementors§