Skip to main content

BorrowedOf

Type Alias BorrowedOf 

Source
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>.