pub trait DictionaryKeysIteratorClientHandler<___T: Transport> {
// Provided method
fn on_unknown_interaction(
&mut self,
sender: &ClientSender<___T, DictionaryKeysIterator>,
ordinal: u64,
) { ... }
}
Expand description
A client handler for the DictionaryKeysIterator protocol.
See DictionaryKeysIterator
for more details.