pub trait HybridProcessorMonitor: Send + Sync { // Required methods fn get_stats(&self) -> QuantumNeuralHybridStats; fn get_id(&self) -> &str; }