Trait proc_macro::bridge::scoped_cell::LambdaL
source · 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
.