[][src]Trait tbump::Operation

pub trait Operation {
    fn run(&self) -> Result<()>;
fn dry_run(&self); }

Required methods

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

fn dry_run(&self)

Loading content...

Implementors

Loading content...