Skip to content

Publish failed for AsyncRustlsConnector: std::convert::From<TlsConnector> is not satisfied #4090

@Xuanwo

Description

@Xuanwo

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`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions