[][src]Trait hid_io::usbkeyboard_capnp::u_s_b_keyboard::commands::Server

pub trait Server {
    fn key_event(
        &mut self,
        _: KeyEventParams,
        _: KeyEventResults
    ) -> Promise<(), Error> { ... }
fn cli_command(
        &mut self,
        _: CliCommandParams,
        _: CliCommandResults
    ) -> Promise<(), Error> { ... } }

Provided methods

fn key_event(
    &mut self,
    _: KeyEventParams,
    _: KeyEventResults
) -> Promise<(), Error>

fn cli_command(
    &mut self,
    _: CliCommandParams,
    _: CliCommandResults
) -> Promise<(), Error>

Loading content...

Implementors

Loading content...