pub trait WithLifetime<'lt> {
    type T;
}
Expand description

See the top-level docs for more info.

Required Associated Types§

source

type T

Implementors§