Module inplace

Source
Expand description

Provides an Option-like type for constructing values in place.

Structsยง

InplaceOption
A type with methods like Option but that operates on a mutable reference to possibly-initialized data.