pub type LogSender = Sender<SmallVec<[ProxyLogEntry; 1]>>;
A channel on which log events can be sent.
pub struct LogSender { /* private fields */ }