Closed EdJoPaTo closed 2 months ago
Also, From<std::io::Error> for Error is removed as it could result in accidental wrong error kinds when the ? operator is used.
From<std::io::Error> for Error
?
BREAKING CHANGE: Error::Http changed and HttpError struct is gone.
Error::Http
HttpError
Also,
From<std::io::Error> for Error
is removed as it could result in accidental wrong error kinds when the?
operator is used.BREAKING CHANGE:
Error::Http
changed andHttpError
struct is gone.