Type Alias CastError
type CastError = ConvertError<AlignmentError<Src, Dst>, SizeError<Src, Dst>, Infallible>
The error type of reference conversions.
Reference conversions, like FromBytes::ref_from_bytes may emit
alignment and size errors.