| 237 | |
| 238 | #[derive(Clone, Copy, Debug, PartialEq, Eq)] |
| 239 | pub struct ByteCountOutOfBounds(ByteCountOutOfBoundsKind); |
| 240 | |
| 241 | impl fmt::Display for ByteCountOutOfBounds { |
| 242 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { |
no outgoing calls
no test coverage detected