Trait libvirt_rpc::request::LibvirtRpc
[−]
[src]
pub trait LibvirtRpc<R: Read> { type Response: Send + Unpack<R>; }
Associated Types
Implementors
impl<R: Read> LibvirtRpc<R> for AuthListRequestimpl<R: Read> LibvirtRpc<R> for ConnectOpenRequestimpl<R: Read> LibvirtRpc<R> for GetLibVersionRequestimpl<R: Read> LibvirtRpc<R> for ListDefinedDomainsRequestimpl<R: Read> LibvirtRpc<R> for DomainDefineXMLRequestimpl<R: Read> LibvirtRpc<R> for DomainUndefineRequestimpl<R: Read> LibvirtRpc<R> for DomainCreateRequestimpl<R: Read> LibvirtRpc<R> for ListAllDomainsRequestimpl<R: Read> LibvirtRpc<R> for DomainEventRegisterAnyRequestimpl<R: Read> LibvirtRpc<R> for DomainEventCallbackRegisterAnyRequestimpl<R: Read> LibvirtRpc<R> for DomainLookupByUuidRequest