> Lots of operations on Option and Result for example, and more and more added constantly.
You mean methods? I actually don't have any issue with adding more methods and trait implementations, because those can be understood within the existing framework of language-level concepts. Of course the docs also need to highlight the "normal" usage with examples, but those do exist for Result, just not on this page:
> See the std::result module documentation for details.
std::result has quite a good explanation of "what are Results for and how are they normally used".
You mean methods? I actually don't have any issue with adding more methods and trait implementations, because those can be understood within the existing framework of language-level concepts. Of course the docs also need to highlight the "normal" usage with examples, but those do exist for Result, just not on this page:
> See the std::result module documentation for details.
std::result has quite a good explanation of "what are Results for and how are they normally used".