syn::expr::parsing

Function multi_index

source
fn multi_index(
    e: &mut Expr,
    dot_token: &mut Dot,
    float: LitFloat,
) -> Result<bool>