pub trait SetDebugDef {
    // Provided method
    fn set_debug_def(&mut self, operator_def: &Arc<OperatorDef>) { ... }
}

Provided Methods§

source

fn set_debug_def(&mut self, operator_def: &Arc<OperatorDef>)

Implementors§