pub trait HelpUsage {
    fn help(&self) -> HelpEntry;
}
Expand description

Type that returns a HelpEntry.

Required Methods

Returns name and description of this type in a HelpEntry.

Implementors