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