(&self, f: &mut fmt::Formatter<'_>)
| 6 | |
| 7 | impl fmt::Display for IntoArrayError { |
| 8 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { |
| 9 | f.write_str("Failed to convert into array.") |
| 10 | } |
| 11 | } |
| 12 | |
| 13 | impl core::error::Error for IntoArrayError {} |
nothing calls this directly
no outgoing calls
no test coverage detected