#[derive(Debug)] pub struct Config { } #[cfg(test)] impl Default for Config { fn default() -> Self { Config { } } }