Dependent

Type Alias Dependent 

Source
pub type Dependent<'owner, O> = <O as HasDependent<'owner>>::Dependent;
Expand description

A type alias for the Dependent of some Owner with a specific lifetime 'owner.