For instance, processing a result can be done in a single expression and yield a final value by simply chaining the map(), mapErr() and unwrapOr() together.
An example for people coming from JavaScript would show how map() and mapErr() are like then() and catch() on Promises.