pub trait HelpPolicy<'a, I> { // Required method fn format(&self, item: &I) -> Option<Cow<'a, str>>; }