Trait cfrp::primitives::input::NoOp [] [src]

pub trait NoOp: Send {
    fn send_no_change(&mut self) -> bool;
    fn send_exit(&self);
}

Required Methods

fn send_no_change(&mut self) -> bool

fn send_exit(&self)

Implementors