pub type BorrowedOf<'a, T> = <ContainerOf<T> as Borrow>::Borrowed<'a>;Expand description
The borrowed container type of columnar type T.
Equivalent to <<T as Columnar>::Container> as Borrow>::Borrowed<'a>.
pub type BorrowedOf<'a, T> = <ContainerOf<T> as Borrow>::Borrowed<'a>;The borrowed container type of columnar type T.
Equivalent to <<T as Columnar>::Container> as Borrow>::Borrowed<'a>.