CowableBorrowed

Type Alias CowableBorrowed 

Source
pub type CowableBorrowed<'a, T> = Borrowed<'a, <T as Cowable>::BorrowHkt>;
Expand description

Type alias to extract the concrete borrowed type from a Cowable.