Type Definition rkyv::validation::CheckTypeError[][src]

type CheckTypeError<T, C> = CheckArchiveError<<T as CheckBytes<C>>::Error, <C as Fallible>::Error>;

The error type that can be produced by checking the given type with the given validator.