AsUnknownFields

Trait AsUnknownFields 

Source
pub trait AsUnknownFields {
    type Field: Serialize<Value>;
    type FieldsIter: Iterator<Item = (u32, Self::Field)>;

    // Required method
    fn fields(self) -> Self::FieldsIter;
}

Required Associated Types§

Required Methods§

Source

fn fields(self) -> Self::FieldsIter

Implementations on Foreign Types§

Source§

impl AsUnknownFields for Infallible

Source§

impl AsUnknownFields for ()

Implementors§