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

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

A RawCollectorImpl that supports handles

Associated Types

type TypeInfo: Sized[src]

Type information

Loading content...

Required methods

pub fn type_info_of<T: GcSafe>() -> &'static Self::TypeInfo[src]

pub fn handle_list(&self) -> &GcHandleList<Self>[src]

Loading content...

Implementors

Loading content...