JsonMap

Type Alias JsonMap 

Source
pub type JsonMap = Map<String, Value>;
Expand description

Short name for serde json’s basic map type

Aliased Type§

pub struct JsonMap { /* private fields */ }

Trait Implementations§

Source§

impl Readable for JsonMap

Source§

fn set_from_archive(&mut self, from_archive: bool)