Value

Type Alias Value 

Source
pub type Value = Value;
Expand description

Represents a dynamically typed value which can be either an int64, a double, a string, a bool, a unix milliseconds, or a bytes array.

Aliased Typeยง

pub enum Value {}