pub type ControlCreateRingBufferResult = Result<ControlCreateRingBufferResponse, ControlCreateRingBufferError>;

Aliased Type§

enum ControlCreateRingBufferResult {
    Ok(ControlCreateRingBufferResponse),
    Err(ControlCreateRingBufferError),
}

Variants§

§1.0.0

Ok(ControlCreateRingBufferResponse)

Contains the success value

§1.0.0

Err(ControlCreateRingBufferError)

Contains the error value