syn::expr::parsing

Function expr_let

source
fn expr_let(
    input: ParseStream<'_>,
    allow_struct: AllowStruct,
) -> Result<ExprLet>