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