[][src]Trait microserde::ser::Seq

pub trait Seq {
    pub 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

pub fn next(&mut self) -> Option<&dyn Serialize>[src]

Loading content...

Implementors

Loading content...