Skip to content

PRO TIP Block youtube.com at the DNS level — Pi-hole, NextDNS or your hosts file — but allow youtube-nocookie.com and i.ytimg.com. These tutorials keep playing; the rabbit hole does not.

Learning without distractions

40: There’s no null type in Rust

2.9K views on YouTube

In today’s video we’re going to learn about optionals in Rust. Since we don’t have a null type, we need to rely on something called “Option”.

For extracting values check out:
https://doc.rust-lang.org/std/option/enum.Option.html