DEV Community

Aha! Understanding lifetimes in Rust

Andrew Buntine on January 02, 2016

When I'm learning something complex, I often find myself waiting around for the Eureka effect (also known as the "Aha! moment"). Wikipedia defines ...
Collapse
 
johannesvollmer profile image
Johannes Vollmer

Nice. Did you know that Option.and_then(|x| Some(x.name)) is the same as Option.map(|x| x.name)?

Collapse
 
oripk profile image
oripk

Hello sir!
Thank for your article!
If you like, I wanna translate you post!
Can you give me permission?

Collapse
 
towry profile image
Towry

Nice post!

Collapse
 
machtunten profile image
Macht unten

Thank you for this.