Parse a set of Results, short-circuits when an input value is Ok. If no Ok is found, returns an Err containing the collected error values
Result
Ok
Err
Rest
©2020 - 2024 Oraichain Foundation
Parse a set of
Result
s, short-circuits when an input value isOk
. If noOk
is found, returns anErr
containing the collected error values