pub trait WithLifetime<'lt, Bound = &'lt Self> {
    type T;
}
Expand description

See the top-level docs for more info.

Required Associated Types

Implementors