fn rewrite_attrs(
context: &RewriteContext<'_>,
item: &Item,
item_str: &str,
shape: Shape,
) -> Result<String, RewriteError>Expand description
Rewrite the attributes of an item.
fn rewrite_attrs(
context: &RewriteContext<'_>,
item: &Item,
item_str: &str,
shape: Shape,
) -> Result<String, RewriteError>Rewrite the attributes of an item.