pub(crate) fn format_impl(
    context: &RewriteContext<'_>,
    item: &Item,
    iimpl: &Impl,
    offset: Indent
) -> Option<String>