Type Alias TryCastError
type TryCastError = ConvertError<AlignmentError<Src, Dst>, SizeError<Src, Dst>, ValidityError<Src, Dst>>
The error type of fallible reference conversions.
Fallible reference conversions, like TryFromBytes::try_ref_from_bytes
may emit alignment, size, and
validity errors.