macro_rules! null_receiver {
( ) => { ... };
}
Expand description
Handler for LocalEndpoint::receive
that does nothing and lets the underlying
LocalEndpoint
implementation decide how best to respond (if at all).
macro_rules! null_receiver {
( ) => { ... };
}
Handler for LocalEndpoint::receive
that does nothing and lets the underlying
LocalEndpoint
implementation decide how best to respond (if at all).