Trait gluon_base::types::TypeAlloc[][src]

pub trait TypeAlloc<T: TypePtr>: Sized {
    type Elem;
    fn alloc_extend(
        iter: impl IntoIterator<Item = Self::Elem>,
        context: &mut impl ?Sized + TypeContext<T::Id, T>
    ) -> Self; }

Associated Types

Required methods

Implementations on Foreign Types

Implementors