Trait qapi_spec::Command

source ·
pub trait Command: Serialize {
    type Ok: DeserializeOwned;

    const NAME: &'static str;
}

Required Associated Types§

Required Associated Constants§

Implementors§