Struct bytecheck::ArrayCheckError [−][src]
pub struct ArrayCheckError<T> {
    pub index: usize,
    pub error: T,
}Expand description
An error resulting from an invalid array.
Fields
index: usizeThe index of the invalid element
error: TThe error that occured while validating the invalid element
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for ArrayCheckError<T> where
    T: RefUnwindSafe, impl<T> Send for ArrayCheckError<T> where
    T: Send, impl<T> Sync for ArrayCheckError<T> where
    T: Sync, impl<T> Unpin for ArrayCheckError<T> where
    T: Unpin, impl<T> UnwindSafe for ArrayCheckError<T> where
    T: UnwindSafe,