Expand description
Provides an Option-like type for constructing values in place.
Structsยง
- Inplace
Option - A type with methods like
Optionbut that operates on a mutable reference to possibly-initialized data.
Provides an Option-like type for constructing values in place.
Option but that operates on a mutable reference
to possibly-initialized data.