risingwave_common::session_config

Trait ConfigReporter

source
pub trait ConfigReporter {
    // Required method
    fn report_status(&mut self, key: &str, new_val: String);
}
Expand description

Report status or notice to caller.

Required Methods§

source

fn report_status(&mut self, key: &str, new_val: String)

Implementations on Foreign Types§

source§

impl ConfigReporter for ()

source§

fn report_status(&mut self, _key: &str, _new_val: String)

Implementors§