GitHub user morristai added a comment to the discussion: OpenDAL Compat

This is a great workaround to mitigate this issue. However, would it be 
possible to provide this kind of implementation so the user doesn't have to 
call the API explicitly every time?

```rust
impl From<opendal_v50::Operator> for opendal_v49::Operator {
    fn from(op: opendal_v50::Operator) -> Self {
        // Conversion logic
    }
}
```

GitHub link: 
https://github.com/apache/opendal/discussions/5180#discussioncomment-10941684

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]

Reply via email to