argh

Trait TopLevelCommand

Source
pub trait TopLevelCommand: FromArgs { }
Expand description

A top-level FromArgs implementation that is not a subcommand.

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§