Struct nri::cli::CLI [-] [+] [src]

pub struct CLI {
    tx: Sender<CmdFrom>,
}

Controllable struct for the CLI

Fields

tx

Trait Implementations

impl Controllable for CLI

fn setup(tx: Sender<CmdFrom>) -> CLI

fn step(&mut self) -> bool

fn teardown(&mut self)