[][src]Trait miniserde::ser::Map

pub trait Map {
    fn next(&mut self) -> Option<(Cow<str>, &dyn Serialize)>;
}

Trait that can iterate key-value entries of a map or struct.

[Refer to the module documentation for examples.][::ser]

Required methods

fn next(&mut self) -> Option<(Cow<str>, &dyn Serialize)>

Loading content...

Implementors

Loading content...