Module ruma_serde::empty[][src]

Modules

vec_as_map_of_empty

Serde serialization and deserialization functions that map a Vec<T> to a BTreeMap<T, Empty>.

Structs

Empty

A meaningless value that serializes to an empty JSON object.