pub trait PlugLifetime<'a> { type T; }
Trait enabling a lifetime to plugged to HKT forms.
The resulting type after plugging the lifetime parameter 'a.
'a