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>
.
pub type Ref<'a, T> = <ContainerOf<T> as Container>::Ref<'a>;
For a lifetime, the reference type of columnar type T
.
Equivalent to <ContainerOf<T> as Container>::Ref<'a>
.