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