Searched refs:with_dst (Results 1 – 2 of 2) sorted by relevance
3131 return Err(TryReadError::Size(e.with_dst())); in try_read_from_bytes()3209 return Err(TryReadError::Size(e.with_dst())); in try_read_from_prefix()3288 return Err(TryReadError::Size(e.with_dst())); in try_read_from_suffix()5212 Err(CastError::Size(e)) => Err(e.with_dst()), in read_from_bytes()5270 Err(CastError::Size(e)) => Err(e.with_dst()), in read_from_prefix()5322 Err(CastError::Size(e)) => Err(e.with_dst()), in read_from_suffix()
481 pub(crate) fn with_dst<NewDst: ?Sized>(self) -> SizeError<Src, NewDst> { in with_dst() method