pub type MapValue = BTreeMap<AlgebraicValue, AlgebraicValue>;
Expand description

A map value AlgebraicValueAlgebraicValue.

Aliased Type§

struct MapValue { /* private fields */ }

Trait Implementations§

source§

impl Value for MapValue

§

type Type = MapType

The type of this value.