[][src]Trait qapi_spec::Command

pub trait Command: Serialize + Sync + Send {
    type Ok: DeserializeOwned;

    const NAME: &'static str;
    const ALLOW_OOB: bool;
}

Associated Types

Loading content...

Associated Constants

const NAME: &'static str

const ALLOW_OOB: bool

Loading content...

Implementations on Foreign Types

impl<'a, C: Command> Command for &'a C[src]

type Ok = C::Ok

impl<'a, C: Command> Command for &'a mut C[src]

type Ok = C::Ok

Loading content...

Implementors

Loading content...