There are lots of ways you could mean this. If you just want to panic, use .map(|x| x.unwrap()) . If you want all results or a single error, collect into a ...
確定! 回上一頁