Trait DirEntryRouterClientHandler

Source
pub trait DirEntryRouterClientHandler<___T: Transport> {
    // Provided method
    fn on_unknown_interaction(
        &mut self,
        sender: &ClientSender<___T, DirEntryRouter>,
        ordinal: u64,
    ) { ... }
}
Expand description

A client handler for the DirEntryRouter protocol.

See DirEntryRouter for more details.

Provided Methods§

Source

fn on_unknown_interaction( &mut self, sender: &ClientSender<___T, DirEntryRouter>, ordinal: u64, )

Implementors§