asukaminato0721 commented on PR #5591:
URL: https://github.com/apache/opendal/pull/5591#issuecomment-2628909583
currently the trait bound `opendal::Operator: SseEncode` is not satisfied
```rs
error[E0277]: the trait bound `opendal::Operator: SseEncode` is not satisfied
--> src/frb_generated.rs:1666:36
|
1666 | transform_result_sse::<_,
flutter_rust_bridge::for_generated::anyhow::Error>(
| ^ the trait `SseEncode` is not
implemented for `opendal::Operator`
|
= help: the following other types implement trait `SseEncode`:
()
(String, String)
HashMap<String, String>
Option<usize>
RustOpaqueBase<RustAutoOpaqueInner<opendal_api::Capability>,
frb_generated::MoiArc<RustAutoOpaqueInner<opendal_api::Capability>>>
RustOpaqueBase<RustAutoOpaqueInner<opendal_api::Operator>,
frb_generated::MoiArc<RustAutoOpaqueInner<opendal_api::Operator>>>
String
Vec<(String, String)>
and 8 others
note: required by a bound in `transform_result_sse`
--> src/frb_generated.rs:35:1
|
35 | / flutter_rust_bridge::frb_generated_boilerplate!(
36 | | default_stream_sink_codec = SseCodec,
37 | | default_rust_opaque = RustOpaqueMoi,
38 | | default_rust_auto_opaque = RustAutoOpaqueMoi,
39 | | );
| | ^
| | |
| |_required by a bound in this function
| required by this bound in `transform_result_sse`
= note: this error originates in the macro
`$crate::frb_generated_sse_codec` which comes from the expansion of the macro
`flutter_rust_bridge::frb_generated_boilerplate` (in Nightly builds, run with
-Z macro-backtrace for more info)
```
So I remove it to let build work.
--
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]