Trait cell_gc::traits::IntoHeapAllocation [] [src]

pub trait IntoHeapAllocation<'h>: IntoHeap<'h> {
    type Ref: IntoHeap<'h>;
    fn wrap_gcref(gcref: GcRef<'h, Self>) -> Self::Ref;
}

Relate an IntoHeap type to the corresponding safe reference type.

Associated Types

Required Methods

Implementors