Type Definition libvirt_rpc::async::LibvirtFuture [] [src]

type LibvirtFuture<T> = Box<Future<Item = T, Error = LibvirtError>>;