pub type SocketBasedApiClient = DefaultApiClient<UnixConnector>;Expand description
A DefaultApiClient wired up to talk to the cloud-hypervisor VMM over a Unix domain socket.
Construct one with socket_based_api_client.
Aliased Typeยง
pub struct SocketBasedApiClient { /* private fields */ }