pub trait InitLogging {
    fn init_logging(&mut self);
}

Required Methods§

| Init logging. |

Implementors§