Skip to main content

DataMap

Type Alias DataMap 

Source
pub type DataMap = HashMap<String, String>;
Expand description

String key/value bag persisted by transports.

Aliased Typeยง

pub struct DataMap { /* private fields */ }