pub type LogSender = UnboundedSender<LogLine>;Expand description
Sender half of the log streaming channel.
Aliased Typeยง
pub struct LogSender { /* private fields */ }pub type LogSender = UnboundedSender<LogLine>;Sender half of the log streaming channel.
pub struct LogSender { /* private fields */ }