pub trait ControllerServiceHandler {
// Required method
fn device(&self, server_end: ServerEnd<Controller, Channel>);
}Expand description
A service handler for the ControllerService service.
Required Methods§
Sourcefn device(&self, server_end: ServerEnd<Controller, Channel>)
fn device(&self, server_end: ServerEnd<Controller, Channel>)
Handles an attempt to connect to the device member.