pub trait ApplyL<'a> {
    type Out;
}
🔬This is a nightly-only experimental API. (proc_macro_internals #27812)
Expand description

Type lambda application, with a lifetime.

Required Associated Types§

source

type Out

🔬This is a nightly-only experimental API. (proc_macro_internals #27812)

Implementors§

source§

impl<'a> ApplyL<'a> for BridgeStateL

§

type Out = BridgeState<'a>