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