Trait valence_command::Command

source ·
pub trait Command {
    // Required method
    fn assemble_graph(graph: &mut CommandGraphBuilder<'_, Self>)
       where Self: Sized;
}

Required Methods§

source

fn assemble_graph(graph: &mut CommandGraphBuilder<'_, Self>)
where Self: Sized,

Implementors§