pub trait Log {
    fn log(&self);
}

Required Methods

Implementors