Crate typed_value

Source
Expand description

A type-safe, validatable value object.

Structs§

TypedValue
Value object with constraints by Property trait.

Traits§

Property
Trait that represents the property of the value.
TypedValueExt
Trait that provides a wrapping method to TypedValue for any value.