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.
Auto Trait Implementations
impl RefUnwindSafe for ExprClosureimpl !Send for ExprClosureimpl !Sync for ExprClosureimpl Unpin for ExprClosureimpl UnwindSafe for ExprClosure