Expand description
This crate provides a type (Finalizable
) for values that can be finalized,
with methods that operate on working values but leave finalized values unchanged.
Re-exports§
pub use Finalizable::*;
Enums§
- Finalizable
- A value that can be a working value or a finalized value.
All operations on a single
Finalizable<T>
do not modify a finalized value.