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§

impl TopLevelCommand for Args

impl TopLevelCommand for GuestOptions

impl TopLevelCommand for CommandLine

impl TopLevelCommand for LogCommand

impl TopLevelCommand for Args

impl TopLevelCommand for Args

impl TopLevelCommand for Command