Trait kserde::AsObjectSerializer[][src]

pub trait AsObjectSerializer<'a> {
    type ObjectSerializer: ObjectSerializer;
    fn begin_object(&'a mut self) -> Self::ObjectSerializer;
}

Associated Types

Loading content...

Required methods

fn begin_object(&'a mut self) -> Self::ObjectSerializer[src]

Loading content...

Implementors

Loading content...