Trait gluon_base::types::TypeContextAlloc
source · pub trait TypeContextAlloc: TypePtr + Sized {
// Required method
fn alloc(into: &mut Self, typ: Type<Self::Id, Self>, flags: Flags);
}
Required Methods§
Object Safety§
This trait is not object safe.