Join Nostr
2025-01-18 16:03:48 UTC
in reply to

Lars Wirzenius on Nostr: In my #Rust course I use this kind of thing as an example of why the Result<T,E> type ...

In my #Rust course I use this kind of thing as an example of why the Result<T,E> type in the language is a good idea: it can't be confused with a valid value of the successful return type.