Lines Matching refs:Infallible
123 convert::Infallible,
165 for ConvertError<Infallible, S, V>
200 fn from(err: ConvertError<AlignmentError<Src, Dst>, S, V>) -> ConvertError<Infallible, S, V> { in from() argument
204 return ConvertError::Alignment(Infallible::from(e)); in from()
360 impl<Src, Dst: ?Sized + Unaligned> From<AlignmentError<Src, Dst>> for Infallible { implementation
362 fn from(_: AlignmentError<Src, Dst>) -> Infallible { in from() argument
730 ConvertError<AlignmentError<Src, Dst>, SizeError<Src, Dst>, Infallible>;
856 CastError::Alignment(e) => match Infallible::from(e) {}, in from()
941 ConvertError<Infallible, SizeError<Src, Dst>, ValidityError<Src, Dst>>;
1022 ConvertError<Infallible, SizeError<Src, Dst>, ValidityError<Src, Dst>>;
1040 use core::convert::Infallible;
1241 let converted: ConvertError<Infallible, SizeError<&[u8], u8>, ValidityError<&[u8], bool>> = in test_convert_error_from_unaligned()
1331 let converted: ConvertError<Infallible, SizeError<&[u8], u8>, ValidityError<&[u8], bool>> = in test_convert_error_from_unaligned_variants()
1343 let converted: ConvertError<Infallible, SizeError<&[u8], u8>, ValidityError<&[u8], bool>> = in test_convert_error_from_unaligned_variants()