Operation

Trait Operation 

Source
pub trait Operation:
    Debug
    + Send
    + Sync {
    // Provided methods
    fn get_category(&self) -> &dyn Category { ... }
    fn to_str(&self) -> String { ... }
}

Provided Methods§

Source

fn get_category(&self) -> &dyn Category

Source

fn to_str(&self) -> String

Implementors§