| 21 | /// Error type for bad header values |
| 22 | #[derive(Debug, Default, Copy, Clone)] |
| 23 | pub struct BadHeader; |
| 24 | |
| 25 | impl fmt::Display for BadHeader { |
| 26 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { |
nothing calls this directly
no outgoing calls
no test coverage detected