pub fn choose_hypervisor() -> Result<Resource<HypervisorKind>>Expand description
Returns a Resource<HypervisorKind> for the first available hypervisor
backend.
Backends are checked in registration order (highest priority first).
pub fn choose_hypervisor() -> Result<Resource<HypervisorKind>>Returns a Resource<HypervisorKind> for the first available hypervisor
backend.
Backends are checked in registration order (highest priority first).