Trait miniserde::ser::Seq[][src]

pub trait Seq {
    fn next(&mut self) -> Option<&dyn Serialize>;
}
Expand description

Trait that can iterate elements of a sequence.

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

Required methods

Implementors