Skip to main content

PropsMap

Type Alias PropsMap 

Source
pub type PropsMap = IndexMap<String, Value>;
Expand description

Properties map type (underlying storage)

Aliased Typeยง

pub struct PropsMap { /* private fields */ }