(&self, f: &mut Formatter<'_>)
| 1446 | impl core::fmt::Display for TryFromSliceError { |
| 1447 | #[inline] |
| 1448 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { |
| 1449 | f.write_str("could not convert slice to ArrayVec") |
| 1450 | } |
| 1451 | } |
| 1452 | |
| 1453 | #[cfg(feature = "std")] |