| 3 | /// The error returned when slice can not be converted into array. |
| 4 | #[derive(Copy, Clone, Debug)] |
| 5 | pub struct IntoArrayError; |
| 6 | |
| 7 | impl fmt::Display for IntoArrayError { |
| 8 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> { |
nothing calls this directly
no outgoing calls
no test coverage detected