Type Alias CERef

Source
pub type CERef<T> = ContiguousEntryRef<T>;
Expand description

A shorter type name for ContiguousEntryRef.

Aliased Typeยง

pub struct CERef<T> { /* private fields */ }