Skip to main content

DebugServiceHandler

Trait DebugServiceHandler 

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

A service handler for the DebugService service.

Required Methods§

Source

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

Handles an attempt to connect to the device member.

Implementors§