pub type ControlCreatePacketStreamResult = Result<ControlCreatePacketStreamResponse, ControlCreatePacketStreamError>;Aliased Type§
pub enum ControlCreatePacketStreamResult {
Ok(ControlCreatePacketStreamResponse),
Err(ControlCreatePacketStreamError),
}Variants§
Ok(ControlCreatePacketStreamResponse)
Contains the success value
Err(ControlCreatePacketStreamError)
Contains the error value