syn::expr::parsing

Function parse_expr

source
fn parse_expr(
    input: ParseStream<'_>,
    lhs: Expr,
    allow_struct: AllowStruct,
    base: Precedence,
) -> Result<Expr>