syn::expr::parsing

Function parse_range_end

source
fn parse_range_end(
    input: ParseStream<'_>,
    limits: &RangeLimits,
    allow_struct: AllowStruct,
) -> Result<Option<Box<Expr>>>