about
05/04/2022
RustBites - Options
Rust Bite - Options
Options, plug-ins
1.0 - Introduction
Iterating over Generic Types
2. - Pluggin Architectures
Demo has lifetime'a T has at least lifetime'a Option holds a mutable reference toT with the same lifetime
illustrate how both external code using
and
how the owner of a
We do need to be careful about moving out of
the
the