Type Alias xvc_logging::XvcOutputSender

source ·
pub type XvcOutputSender = Sender<Option<XvcOutputLine>>;
Expand description

The channel type to send and receive output/log/debug messages

Aliased Type§

struct XvcOutputSender { /* private fields */ }