pub trait DirectoryRouterServerSender {
type Transport: Transport;
}
Expand description
A helper trait for the DirectoryRouter
server sender.
pub trait DirectoryRouterServerSender {
type Transport: Transport;
}
A helper trait for the DirectoryRouter
server sender.