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