Trait tokio_qapi::Command

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

    const NAME: &'static str;
}

Required Associated Types

Required Associated Constants

Implementations on Foreign Types

Implementors