rustfmt_nightly::expr

Function rewrite_index

Source
fn rewrite_index(
    expr: &Expr,
    index: &Expr,
    context: &RewriteContext<'_>,
    shape: Shape,
) -> Result<String, RewriteError>