pub trait DeviceClientHandler<___T: Transport = Channel> { }
A client handler for the Device protocol.
See Device for more details.
Device