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

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

Required methods

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

Loading content...

Implementors

impl TypeContextAlloc for ArcType[src]

Loading content...