Trait mamba::check::name::IsSuperSet

source ·
pub trait IsSuperSet<T> {
    fn is_superset_of(
        &self,
        other: &T,
        ctx: &Context,
        pos: Position
    ) -> TypeResult<bool>; }

Required Methods§

Implementors§