Type Alias Ref

Source
pub type Ref<'a, T> = <ContainerOf<T> as Container>::Ref<'a>;
Expand description

For a lifetime, the reference type of columnar type T.

Equivalent to <ContainerOf<T> as Container>::Ref<'a>.