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

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

Trait that can iterate elements of a sequence.

Refer to the module documentation for examples.

Required Methods

Implementors