Struct libvirt_rpc::request::LibvirtResponse
[−]
[src]
pub struct LibvirtResponse<P>(_);
Trait Implementations
impl<P: Debug> Debug for LibvirtResponse<P>[src]
impl<P> From<P> for LibvirtResponse<P>[src]
fn from(inner: P) -> Self
Performs the conversion.