syn::expr::parsing

Function expr_unary

source
fn expr_unary(
    input: ParseStream<'_>,
    attrs: Vec<Attribute>,
    allow_struct: AllowStruct,
) -> Result<ExprUnary>