Skip to main content

CommandAdapter

Trait CommandAdapter 

Source
pub trait CommandAdapter {
    // Required method
    fn convert(&self) -> Vec<Box<dyn Command>>;
}

Required Methods§

Source

fn convert(&self) -> Vec<Box<dyn Command>>

Implementors§