Module ruma_serde::single_element_seq[][src]

Expand description

De-/serialization functions to and from single element sequences.

Functions

deserialize

Deserialize a list of one item and return that item.

serialize

Serialize the given value as a list of just that value.