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

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

Associated Types

type Id

Loading content...

Required methods

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

Loading content...

Implementors

impl TypeContextAlloc for ArcType[src]

type Id = Symbol

Loading content...