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