Type Alias MapValue

Source
pub type MapValue = HashMap<MapKey, Value>;
Expand description

CEL map value type.

Aliased Typeยง

pub struct MapValue { /* private fields */ }