Trait UnknownFields

Source
pub trait UnknownFields {
    // Required method
    fn unknown_fields(&self) -> HashMap<String, String>;
}

Required Methods§

Source

fn unknown_fields(&self) -> HashMap<String, String>

Unrecognized fields in the WITH clause.

Implementors§