Function create_switches_device

Source
pub fn create_switches_device<T: IntoUnixStream>(
    protection_type: ProtectionType,
    jail_config: Option<&JailConfig>,
    switches_socket: T,
    idx: u32,
) -> Result<VirtioDeviceStub>