[][src]Macro async_coap::null_receiver

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