pub type BorrowedMut<'a, T> = <T as BorrowMutHkt<'a>>::T;Expand description
Type alias to extract the concrete borrowed type from a BorrowMutHkt.
pub type BorrowedMut<'a, T> = <T as BorrowMutHkt<'a>>::T;Type alias to extract the concrete borrowed type from a BorrowMutHkt.