Type Definition xvc_logging::XvcOutputSender
source · pub type XvcOutputSender = Sender<Option<XvcOutputLine>>;Expand description
The channel type to send and receive output/log/debug messages
pub type XvcOutputSender = Sender<Option<XvcOutputLine>>;The channel type to send and receive output/log/debug messages