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

Type lambda taking a lifetime, i.e., Lifetime -> Type.

Implementors§

source§

impl<T: for<'a> ApplyL<'a>> LambdaL for T