Struct sota::gateway::console::Console [] [src]

pub struct Console;

The console gateway is used for REPL-style interaction with the client.

Trait Implementations

impl Gateway for Console
[src]

fn initialize(&mut self, itx: Sender<Interpret>) -> Result<(), String>

fn start(&mut self, itx: Sender<Interpret>, erx: Receiver<Event>)

fn pulse(&self, _: Event)