CommandHelp

Trait CommandHelp 

Source
pub trait CommandHelp: FromArgs {
    const HELP: HelpInfo;
}
Expand description

A FromArgs implementation with attached HelpInfo struct.

Required Associated Constants§

Source

const HELP: HelpInfo

Information for generating the help message.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§