| 43 | /// Output buffer is smaller than input buffer. |
| 44 | #[derive(Clone, Copy, Debug)] |
| 45 | pub struct OutIsTooSmallError; |
| 46 | |
| 47 | impl fmt::Display for OutIsTooSmallError { |
| 48 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { |
nothing calls this directly
no outgoing calls
no test coverage detected