Struct syn::ExprClosure [−][src]
pub struct ExprClosure { /* fields omitted */ }
Expand description
A closure expression: |a, b| a + b
.
This type is available only if Syn is built with the "full"
feature.
Trait Implementations
Performs the conversion.