add async/.await until all our errors are the same: that our Connection is not Send-safe.

This commit is contained in:
Mina Galić
2020-05-23 23:32:10 +02:00
parent 850b3c1337
commit d2881ee3f7
12 changed files with 264 additions and 204 deletions
+6
View File
@@ -76,6 +76,12 @@ impl From<std::option::NoneError> for Error {
}
}
impl From<Error> for std::option::NoneError {
fn from(_: Error) -> Self {
std::option::NoneError
}
}
impl From<url::ParseError> for Error {
fn from(_: url::ParseError) -> Self {
Error::Url