pub trait DebugServiceHandler { // Required method fn device(&self, server_end: ServerEnd<Clock, Channel>); }
A service handler for the DebugService service.
DebugService
Handles an attempt to connect to the device member.
device