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