pub trait Log {
    fn log(&self, msg: &str);
}

Required Methods

Implementors