Struct core::array::TryFromSliceError 1.34.0[−][src]
pub struct TryFromSliceError(_);
Expand description
The error type returned when a conversion from a slice to an array fails.
Trait Implementations
Performs the conversion.