pub trait PluginCommunicationComponent: NerveComponent {
// Required methods
fn message_throughput(&self) -> f64;
fn error_rate(&self) -> f64;
}Expand description
Simplified communication component interface for plugin system
Required Methods§
Sourcefn message_throughput(&self) -> f64
fn message_throughput(&self) -> f64
Get message throughput (messages per second)
Sourcefn error_rate(&self) -> f64
fn error_rate(&self) -> f64
Get error rate percentage