Rust options and results: Difference between revisions

From wikinotes
(Created page with "{{ TODO | summarize common Option/Result flows }} For now most documentation distributed between rust datatypes and rust errors")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{ TODO |
{{ TODO |
summarize common Option/Result flows }}
summarize common Option/Result flows, with links for more details }}


For now most documentation distributed between [[rust datatypes]] and [[rust errors]]
For now most documentation distributed between  
* Option [[rust datatypes]]  
* Result/Error [[rust errors]]
* match is defined in [[rust conditionals]]

Latest revision as of 17:54, 9 February 2023

TODO:

summarize common Option/Result flows, with links for more details

For now most documentation distributed between