pub trait Plugin: Register + HasCallbacks { }
Expand description

Trait implemented by structs which are QEMU plugin contexts

Implementors§