Type Alias Key

Source
pub type Key = Node;

Aliased Type§

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

Variants§

§

Str(String)

§

BigInt(BigInt)