[][src]Trait ascetic_cli::Command

pub trait Command {
    fn name_of_log_file(&self) -> String;
fn run(&mut self) -> Result<(), Box<dyn Error>>; fn console_level(&self) -> Option<LevelFilter> { ... } }

Required methods

fn name_of_log_file(&self) -> String

fn run(&mut self) -> Result<(), Box<dyn Error>>

Loading content...

Provided methods

Loading content...

Implementors

impl Command for Go[src]

impl Command for Solve[src]

impl Command for Validate[src]

Loading content...