Trait lintd_taskops::Addon

source ·
pub trait Addon {
    // Provided methods
    fn dist() -> Result<()> { ... }
    fn rule(target: String, options: Vec<String>) -> Result<()> { ... }
}

Provided Methods§

source

fn dist() -> Result<()>

Command dist

Errors

User throw errors.

source

fn rule(target: String, options: Vec<String>) -> Result<()>

Command rule

Errors

User throw errors.

Object Safety§

This trait is not object safe.

Implementors§