Skip to main content

Crate valuand

Crate valuand 

Source
Expand description

This crate implements a universal scalar value (aka variant) type for Rust.

Enums§

Value
A sum type that can hold values of any static type.
ValueType
A type discriminator for a Value.

Type Aliases§

AnyValue
A sum type that can hold values of any type, including Any.
AnyValueType
A type discriminator for an AnyValue.