-
### 概要
- traitでasync fnを定義できるようになったのが1.75.0からだから
### その他
-
-
It seems that `async` functions on https://docs.rs/langchain-rust/latest/langchain_rust/output_parsers/struct.MarkdownParser.html are in the expanded form (`impl Future`, etc.).
However, on other c…
-
Reproduction steps:
1. Clone repo
2. cd async-fetcher/fetcher
3. cargo run
Result:
```
-> % cargo build
warning: method `content_length` is never used
--> src/lib.rs:651:8
|
650 | t…
-
Issues that need rust support for async traits
- [ ] #24
- [ ] #25
- [ ] #27
-
To avoid a valid lint, we should desugar `FooClientMethods` methods as `async fn foo() -> Result` into `fn foo() -> impl Future` instead.
See for context.
-
When I build the project, rust throws the attached error.
I'm pretty new in the rust community, so I not able to understand why it doesn't work.
The error throws from this line:
```rs
central.…
-
### Bug Description
A clear and concise description of what the bug is.
I got an error while I am trying to get data from column has type UUID
ColumnDecode { index: "request_id", source: AnyDrive…
-
Apply this diff
```diff
diff --git i/examples/postgres/migrations/m0005_reference_complex.rs w/examples/postgres/migrations/m0005_reference_complex.rs
index 7ed796a..72264a4 100644
--- i/example…
-
I am writing a project that uses xrust at https://git.sr.ht/~latex/streamlist
I'm trying to use xrust in async code, and it's not working. How would I get this to work?
```
error: future cannot be …
-
Alternatives to `N5Reader`/`N5Writer` that return `Future`s.