| 83 | /// Block buffer error. |
| 84 | #[derive(Copy, Clone, Eq, PartialEq, Debug)] |
| 85 | pub struct Error; |
| 86 | |
| 87 | impl fmt::Display for Error { |
| 88 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { |
nothing calls this directly
no outgoing calls
no test coverage detected