Macro LifetimeHkt

Source
macro_rules! LifetimeHkt {
    (for <$lt:lifetime> $T:ty) => { ... };
}
Expand description

Evaluates to a LifetimeHkt implementation.

§Usage

LifetimeHkt![for<'x> Cow<'x, str>]