(&self, f: &mut fmt::Formatter<'_>)
| 371 | |
| 372 | impl fmt::Display for Error { |
| 373 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { |
| 374 | f.write_str("Padding error") |
| 375 | } |
| 376 | } |
| 377 | |
| 378 | impl core::error::Error for Error {} |
nothing calls this directly
no outgoing calls
no test coverage detected