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