pub trait HelpDisplaywhere
    Self: Sized,
{ fn gen_help<'a, P>(&self, policy: &P) -> Option<Cow<'a, str>>
    where
        Self: 'a,
        P: HelpPolicy<'a, Self>
; }

Required Methods§

Implementors§