pub struct TryFromSliceError(/* private fields */);
Expand description
The error type returned when a conversion from a slice to an array fails.
Trait Implementations§
1.34.0 · source§impl Clone for TryFromSliceError
impl Clone for TryFromSliceError
source§fn clone(&self) -> TryFromSliceError
fn clone(&self) -> TryFromSliceError
Returns a copy of the value. Read more