Hacker News new | ask | show | jobs
by mookid11 3126 days ago
> For example, you'd not get far in Rust without Result<>, Option<> or Future<> which are all make use of delayed resolution for their value.

Certainly not for Result<> or Option<>.