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

Required Methods§

Implementors§