risingwave_connector::source::base

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§