Skip to main content

LogSender

Type Alias LogSender 

Source
pub type LogSender = UnboundedSender<LogLine>;
Expand description

Sender half of the log streaming channel.

Aliased Typeยง

pub struct LogSender { /* private fields */ }