Trait bookdata::cli::Command

source ·
pub trait Command {
    // Required method
    fn exec(&self) -> Result<()>;
}
Expand description

Trait implemented by book data commands.

Required Methods§

source

fn exec(&self) -> Result<()>

Run the command with options

Implementors§