SpiceQA
Questions
Tags
Users
Badges
rust-result
10 Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
Avoid multiple calls to `map_err` in a chain of Results
user_147356
0
•
asked Aug 20, 2022
3
1
61
rust-result
rust
What is the point of an Infallible Result, over just returning the Ok() branch?
user_124486
0
•
asked Jun 4, 2021
3
1
1406
warp
rust-result
rust
Calling map on Iter of Results in Rust
user_461597
0
•
asked Dec 5, 2020
6
1
2558
rust-result
rust
Cannot call a function that returns Result: found opaque type impl std::future::Future
user_12427314
0
•
asked Jun 30, 2020
7
1
7767
reqwest
rust-result
rust
What does dotenv().ok() do?
user_13162084
0
•
asked Jun 24, 2020
10
1
2297
rust-result
rust
Idiomatic way to collect all errors from an iterator
user_3755692
0
•
asked Apr 11, 2020
4
2
313
rust-result
rust
error-handling
iterator
What does "T" stand for in Result<T, E> in Rust?
user_3873510
0
•
asked Mar 8, 2020
2
1
436
rust-result
rust
acronym
What does Result<()> mean in rust?
user_3873510
0
•
asked Mar 8, 2020
2
1
251
rust-result
rust
Fold with closure that returns a Result
user_969295
0
•
asked Nov 15, 2017
7
3
5665
rust-result
rust
fold
Rust returns a result error from fn: mismatched types
user_6557347
0
•
asked Aug 9, 2017
4
2
7453
rust-result
rust
1
(current)
Hot Questions