hfutatzhanghb opened a new pull request, #7851: URL: https://github.com/apache/opendal/pull/7851
# Which issue does this PR close? None. # Rationale for this change `IntoSendFuture` is implemented by `object_store_opendal`, but it currently lives behind the private `utils` module. External integrations that need to wrap OpenDAL futures cannot import the trait from the crate root, so `.into_send()` is not available at call sites. # What changes are included in this PR? - Re-export `IntoSendFuture` from `object_store_opendal`. - Add a small crate-level example showing the public import path. # Are there any user-facing changes? Yes. `object_store_opendal::IntoSendFuture` is now available for external integrations. # AI Usage Statement None. # Validation - `cargo check` in `integrations/object_store` - `cargo fmt --check` in `integrations/object_store` - Temporary external crate check importing `object_store_opendal::IntoSendFuture` and calling `.into_send()` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
