Skip to main content

ControllerServiceHandler

Trait ControllerServiceHandler 

Source
pub trait ControllerServiceHandler {
    // Required method
    fn device(&self, server_end: ServerEnd<Controller, Channel>);
}
Expand description

A service handler for the ControllerService service.

Required Methods§

Source

fn device(&self, server_end: ServerEnd<Controller, Channel>)

Handles an attempt to connect to the device member.

Implementors§