Skip to main content

Notifier

Trait Notifier 

Source
pub trait Notifier {
    // Required method
    fn notify(&self, stats: QueueStats);
}
Expand description

A trait for notifying the consumer about virtqueue events.

Required Methods§

Source

fn notify(&self, stats: QueueStats)

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§