Function send_reply

Source
pub fn send_reply<R>(reply_tx: ReplySender<R>, reply: impl Into<R>)
where R: Debug,