pub type CheckOwnedPointerError<T, C> = OwnedPointerError<<<T as ArchivePointee>::ArchivedMetadata as CheckBytes<C>>::Error, <T as CheckBytes<C>>::Error, <C as Fallible>::Error>;
Expand description

The OwnedPointerError for an owned T being checked with a some context C.