pub type Ref<T, D> = OptionalRef<*const Block<T, D>>;
Expand description
A reference to an object allocated by a memory manager.
Aliased Type§
pub struct Ref<T, D> { /* private fields */ }
pub type Ref<T, D> = OptionalRef<*const Block<T, D>>;
A reference to an object allocated by a memory manager.
pub struct Ref<T, D> { /* private fields */ }