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

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

Trait that can iterate elements of a sequence.

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

Required methods

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

Loading content...

Implementors

Loading content...