pub type Root<'a, R> = <R as Rootable<'a>>::Root;
A helper type alias for a Rootable::Root for a specific lifetime.
Rootable::Root