[][src]Trait zerogc_context::collector::RawSimpleAlloc

pub unsafe trait RawSimpleAlloc: RawCollectorImpl {
    pub fn alloc<'gc, T: GcSafe + 'gc>(
        context: &'gc CollectorContext<Self>,
        value: T
    ) -> Gc<'gc, T, CollectorId<Self>>; }

Required methods

pub fn alloc<'gc, T: GcSafe + 'gc>(
    context: &'gc CollectorContext<Self>,
    value: T
) -> Gc<'gc, T, CollectorId<Self>>
[src]

Loading content...

Implementors

Loading content...