this post was submitted on 17 Jan 2022
11 points (92.3% liked)

Rust Programming

8074 readers
1 users here now

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] MadScientist@sopuli.xyz 0 points 2 years ago

do you mean Vec<Result<T, Error>>? why would an error type be the second type argument for a Vec?