Function rustfmt_nightly::macros::rewrite_macro_inner

source ·
fn rewrite_macro_inner(
    mac: &MacCall,
    extra_ident: Option<Ident>,
    context: &RewriteContext<'_>,
    shape: Shape,
    position: MacroPosition,
    is_nested_macro: bool
) -> Option<String>