Root

Type Alias Root 

Source
pub type Root<'a, R> = <R as Rootable<'a>>::Root;
Expand description

A helper type alias for a Rootable::Root for a specific lifetime.