Trait acme_core::Commands

source ·
pub trait Commands: Clone + Default + Subcommand {
    fn command(&self) -> Self
    where
        Self: Sized
, { ... } }

Provided Methods§

Implementors§