Struct syn::ExprClosure
source · pub struct ExprClosure { /* private fields */ }
Expand description
A closure expression: |a, b| a + b
.
This type is available only if Syn is built with the "full"
feature.
Trait Implementations§
source§impl From<ExprClosure> for Expr
impl From<ExprClosure> for Expr
source§fn from(e: ExprClosure) -> Expr
fn from(e: ExprClosure) -> Expr
Converts to this type from the input type.