Crate finalizable

source ·
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

Enums

  • 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.