pub(crate) fn rewrite_mod(
context: &RewriteContext<'_>,
item: &Item,
ident: Ident,
attrs_shape: Shape,
) -> Result<String, RewriteError>Expand description
Rewrite an inline mod. The given shape is used to format the mod’s attributes.