Function rustfmt_nightly::items::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
) -> Option<String>