Trait gluon_base::types::TypeAlloc
source · pub trait TypeAlloc<T: TypePtr>: Sized {
type Elem;
// Required method
fn alloc_extend(
iter: impl IntoIterator<Item = Self::Elem>,
context: &mut (impl ?Sized + TypeContext<T::Id, T>)
) -> Self;
}
Required Associated Types§
Required Methods§
fn alloc_extend( iter: impl IntoIterator<Item = Self::Elem>, context: &mut (impl ?Sized + TypeContext<T::Id, T>) ) -> Self
Object Safety§
This trait is not object safe.