Trait rlink::api::operator::TStreamOperator[][src]

pub trait TStreamOperator: Debug {
    fn operator_name(&self) -> &str;
fn parallelism(&self) -> u16;
fn fn_creator(&self) -> FunctionCreator; }

Required methods

Loading content...

Implementors

Loading content...