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