PracticalRust / practical-rust

A book detailing common solutions to ordinary problems in Rust
MIT License
1 stars 0 forks source link

Different Return Types #4

Open connortess opened 2 years ago

connortess commented 2 years ago
vlmutolo commented 2 years ago

What does Type refer to here? Any generic type T? So basically: when to return the value directly, versus an Option or a Result?