opendal publish failed for
error[E0277]: the trait bound `AsyncRustlsConnector: std::convert::From<TlsConnector>` is not satisfied
--> src/services/ftp/backend.rs:227:21
|
227 | AsyncRustlsConnector::from(TlsConnector::default()),
| ^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From<TlsConnector>` is not implemented for `AsyncRustlsConnector`
|
= help: the trait `std::convert::From<async_tls::connector::TlsConnector>` is implemented for `AsyncRustlsConnector`
= help: for that trait implementation, expected `async_tls::connector::TlsConnector`, found `TlsConnector`