Trait hid_io_core::hidio_capnp::hid_io::nodes_subscriber::Server[][src]

pub trait Server {
    fn nodes_update(
        &mut self,
        _: NodesUpdateParams,
        _: NodesUpdateResults
    ) -> Promise<(), Error> { ... }
fn hidio_watcher(
        &mut self,
        _: HidioWatcherParams,
        _: HidioWatcherResults
    ) -> Promise<(), Error> { ... } }

Provided methods

fn nodes_update(
    &mut self,
    _: NodesUpdateParams,
    _: NodesUpdateResults
) -> Promise<(), Error>
[src]

fn hidio_watcher(
    &mut self,
    _: HidioWatcherParams,
    _: HidioWatcherResults
) -> Promise<(), Error>
[src]

Loading content...

Implementors

Loading content...