pub trait HKT where
    Self: for<'any> WithLifetime<'any>, 
{ }
Expand description

See the top-level docs for more info.

Implementors