BorrowMutHkt

Trait BorrowMutHkt 

Source
pub trait BorrowMutHkt<'a>: BorrowHkt<'a> {
    type T;
}
Expand description

Trait for resolving a concrete type from a given lifetime 'a, where 'a is the lifetime of the value being mutably borrowed.

Required Associated Types§

Source

type T

The borrowed type.

Implementors§