Trait qapi_spec::Command [] [src]

pub trait Command: Serialize {
    type Ok: DeserializeOwned;

    const NAME: &'static str;
}

Associated Types

Associated Constants

Implementors