Type Alias Value

Source
pub type Value = Node;

Aliased Type§

enum Value {
    Str(String),
    BigInt(BigInt),
}

Variants§

§

Str(String)

§

BigInt(BigInt)