[][src]Trait hp_log::logger::SendEvent

pub trait SendEvent {
    fn send_event(&self, e: Event);
}

Required methods

fn send_event(&self, e: Event)

Loading content...

Implementations on Foreign Types

impl SendEvent for Sender<EventType>[src]

Loading content...

Implementors

Loading content...