Trait aopt_help::format::HelpDisplay
source · pub trait HelpDisplaywhere
Self: Sized,{
// Required method
fn gen_help<'a, P>(&self, policy: &P) -> Option<Cow<'a, str>>
where Self: 'a,
P: HelpPolicy<'a, Self>;
}
Required Methods§
fn gen_help<'a, P>(&self, policy: &P) -> Option<Cow<'a, str>>where
Self: 'a,
P: HelpPolicy<'a, Self>,
Object Safety§
This trait is not object safe.