pub trait DriverServerSender { type Transport: Transport; }
A helper trait for the Driver server sender.
Driver