XvcOutputSender

Type Alias XvcOutputSender 

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

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

Aliased Typeยง

pub struct XvcOutputSender { /* private fields */ }