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

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

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

Refer to the module documentation for examples.

Required Methods

Implementors