| 125 | |
| 126 | #[derive(Clone)] |
| 127 | pub struct DebugConfig { |
| 128 | canary: bool, |
| 129 | output: Option<std::sync::Arc<std::sync::Mutex<Box<dyn std::io::Write>>>>, |
| 130 | colorize: bool, |
| 131 | } |
| 132 | |
| 133 | impl DebugConfig { |
| 134 | #[allow(unused)] |
nothing calls this directly
no outgoing calls
no test coverage detected