pub trait DataRouterServerSender {
type Transport: Transport;
}
Expand description
A helper trait for the DataRouter
server sender.
pub trait DataRouterServerSender {
type Transport: Transport;
}
A helper trait for the DataRouter
server sender.