Macro null_receiver

Source
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).