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