fn init(&mut self) -> Result<(), Error> where Error: From, { log_init()?; Ok(()) }