Type Alias LogSender

Source
pub type LogSender = Sender<SmallVec<[ProxyLogEntry; 1]>>;
Expand description

A channel on which log events can be sent.

Aliased Typeยง

pub struct LogSender { /* private fields */ }