Struct core::array::TryFromSliceError 1.34.0[−][src]
pub struct TryFromSliceError(_);This is supported on non-crate feature
miri-test-libstd or test or doctest only.Expand description
The error type returned when a conversion from a slice to an array fails.
Trait Implementations
Performs the conversion.