Macro sender_without_response

Source
macro_rules! sender_without_response {
    ($id:expr, $sender:expr, $data:expr) => { ... };
}