rustfmt_nightly::macros

Function rewrite_macro_def

Source
pub(crate) fn rewrite_macro_def(
    context: &RewriteContext<'_>,
    shape: Shape,
    indent: Indent,
    def: &MacroDef,
    ident: Ident,
    vis: &Visibility,
    span: Span,
) -> Result<String, RewriteError>