pub fn hypervisor_resource(spec: &str) -> Result<Resource<HypervisorKind>>Expand description
Returns a Resource<HypervisorKind> for the named backend, with
optional parameters.
The specifier format is name or name:key=val,key,....
Each backend validates its own parameters — see the probe
implementations for supported keys.