Trait zerogc_context::handle::RawHandleImpl[][src]

pub unsafe trait RawHandleImpl: RawCollectorImpl {
    type TypeInfo: Sized;
    fn type_info_of<T: GcSafe>() -> &'static Self::TypeInfo;
fn handle_list(&self) -> &GcHandleList<Self>; }
Expand description

A RawCollectorImpl that supports handles

Associated Types

Type information

Required methods

Implementors