Trait qapi::Event[][src]

pub trait Event: DeserializeOwned {
    const NAME: &'static str;
}

Associated Constants

Implementors