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