| 368 | /// Error returned by the [`Padding`] trait methods. |
| 369 | #[derive(Clone, Copy, Debug)] |
| 370 | pub struct Error; |
| 371 | |
| 372 | impl fmt::Display for Error { |
| 373 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { |
nothing calls this directly
no outgoing calls
no test coverage detected