microsoft / rust-for-dotnet-devs

Rust for C#/.NET Developers
https://microsoft.github.io/rust-for-dotnet-devs/latest/
Other
353 stars 51 forks source link

Add basic example for pattern matching on an option in rust #67

Closed josh-degraw closed 4 months ago

josh-degraw commented 6 months ago

There was a small missing example on the nullability and optionality page, I went ahead and added it here.