result v0.5.1 Result
Documentation for Result.
Link to this section Summary
Link to this section Functions
Link to this function
and_then(result, f)
Link to this function
error(value)
See Result.Error.of/1
.
Link to this function
error?(result)
Link to this function
fold(result)
Link to this function
map(result, f)
Link to this function
ok(value)
See Result.Ok.of/1
.
Link to this function
ok?(result)
Link to this function
perform(result, f)
Link to this function
resolve(result)
Link to this function
with_default(result, default)