Home
last modified time | relevance | path

Searched defs:unary_expr (Results 1 – 1 of 1) sorted by relevance

/linux/rust/syn/
H A Dexpr.rs1517 fn unary_expr(input: ParseStream, allow_struct: AllowStruct) -> Result<Expr> { in unary_expr() function
1567 fn unary_expr(input: ParseStream) -> Result<Expr> { in unary_expr() function