Trait indexing::pointer::ContainerRef [] [src]

pub unsafe trait ContainerRef<'id> {
    type Item;
    type Ref;
    unsafe fn dereference(ptr: *const Self::Item) -> Self::Ref;
}

A reference to a Container<'id, _, _>.

Associated Types

Required Methods

Implementors