pub trait DeviceServerSender { type Transport: Transport; }
A helper trait for the Device server sender.
Device