pub trait BackendQueueStats {
// Required methods
fn rx_errors(&self) -> Counter;
fn tx_errors(&self) -> Counter;
fn rx_packets(&self) -> Counter;
fn tx_packets(&self) -> Counter;
}
pub trait BackendQueueStats {
// Required methods
fn rx_errors(&self) -> Counter;
fn tx_errors(&self) -> Counter;
fn rx_packets(&self) -> Counter;
fn tx_packets(&self) -> Counter;
}