Trait gluon_base::kind::KindEnv[][src]

pub trait KindEnv {
    fn find_kind(&self, type_name: &SymbolRef) -> Option<ArcKind>;
}
Expand description

Trait for values which contains kinded values which can be referred by name

Required methods

Returns the kind of the type type_name

Implementations on Foreign Types

Implementors