Trait kserde::AsArraySerializer[][src]

pub trait AsArraySerializer<'a> {
    type ArraySerializer: ArraySerializer;
    fn begin_array(&'a mut self) -> Self::ArraySerializer;
}

Associated Types

Loading content...

Required methods

fn begin_array(&'a mut self) -> Self::ArraySerializer[src]

Loading content...

Implementors

Loading content...