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

Required Methods§

source

fn alloc(into: &mut Self, typ: Type<Self::Id, Self>, flags: Flags)

Object Safety§

This trait is not object safe.

Implementors§