rustfmt_nightly::items

Function rewrite_explicit_self

Source
fn rewrite_explicit_self(
    context: &RewriteContext<'_>,
    explicit_self: &ExplicitSelf,
    param_attrs: &str,
    span: Span,
    shape: Shape,
    has_multiple_attr_lines: bool,
) -> Result<String, RewriteError>