Home
last modified time | relevance | path

Searched refs:expr_closure (Results 1 – 1 of 1) sorted by relevance

/linux/rust/syn/
H A Dexpr.rs1813 expr_closure(input, allow_struct).map(Expr::Closure) in atom_expr()
2436 expr_closure(input, allow_struct) in parse()
2535 fn expr_closure(input: ParseStream, allow_struct: AllowStruct) -> Result<ExprClosure> { in expr_closure() function