Trait mamba::check::context::clss::GetFun

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

Required Methods§

Implementors§