Struct tinyvec::TryFromSliceError
source · [−]pub struct TryFromSliceError(_);
Expand description
The error type returned when a conversion from a slice to an ArrayVec
fails.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TryFromSliceError
impl Send for TryFromSliceError
impl Sync for TryFromSliceError
impl Unpin for TryFromSliceError
impl UnwindSafe for TryFromSliceError
Blanket Implementations
Mutably borrows from an owned value. Read more