Trait DictionaryKeysIteratorClientHandler

Source
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.

Provided Methods§

Source

fn on_unknown_interaction( &mut self, sender: &ClientSender<___T, DictionaryKeysIterator>, ordinal: u64, )

Implementors§