pub type PacketStreamControlAllocateVmosResult = Result<Vec<VmoInfo>, i32>;
pub enum PacketStreamControlAllocateVmosResult { Ok(Vec<VmoInfo>), Err(i32), }
Contains the success value
Contains the error value