Trait gluon_base::types::TypeContextAlloc[][src]

pub trait TypeContextAlloc: TypePtr + Sized {
    fn alloc(into: &mut Self, typ: Type<Self::Id, Self>, flags: Flags);
}

Required methods

Implementors