[][src]Trait rcore::Cmd

pub trait Cmd {
    fn run(&mut self, _: &mut Core, _: &[String]);
fn help(&self, _: &mut Core); }

Required methods

fn run(&mut self, _: &mut Core, _: &[String])

fn help(&self, _: &mut Core)

Loading content...

Implementors

Loading content...