syn::expr::parsing

Function expr_range

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