risingwave_connector::with_options

Trait Get

source
pub trait Get {
    // Required method
    fn get(&self, key: &str) -> Option<&String>;
}

Required Methods§

source

fn get(&self, key: &str) -> Option<&String>

Implementations on Foreign Types§

source§

impl Get for BTreeMap<String, String>

source§

fn get(&self, key: &str) -> Option<&String>

source§

impl Get for HashMap<String, String>

source§

fn get(&self, key: &str) -> Option<&String>

Implementors§