CommandLineInterface

Trait CommandLineInterface 

Source
pub trait CommandLineInterface {
    type Args;

    // Required method
    fn client(&self) -> Self::Args;
}

Required Associated Types§

Required Methods§

Source

fn client(&self) -> Self::Args

Implementors§