Trait zerogc_context::handle::RawHandleImplHack[][src]

pub trait RawHandleImplHack<'gc, T: GcSafe + 'gc>: RawHandleImpl {
    type Gc: GcRef<'gc, T, Id = CollectorId<Self>>;
}
Expand description

A type hack on RawHandleImpl to get the associated type of ::zerogc::GcRef

This is needed because we don’t have generic associated types (yet)

Associated Types

type Gc: GcRef<'gc, T, Id = CollectorId<Self>>[src]

Implementors