Trait hid_io_client::hidio_capnp::hid_io::Server
source · pub trait Server {
// Provided methods
fn nodes(
&mut self,
_: Params<Owned>,
_: Results<Owned>
) -> Promise<(), Error> { ... }
fn subscribe_nodes(
&mut self,
_: Params<Owned>,
_: Results<Owned>
) -> Promise<(), Error> { ... }
}