Trait mamba::check::name::ColType

source ·
pub trait ColType {
    fn col_type(&self, ctx: &Context, pos: Position) -> TypeResult<Option<Name>>;
}

Required Methods§

Implementors§