pub type RingBufferGetVmoResult = Result<(u32, Vmo), GetVmoError>;

Aliased Type§

enum RingBufferGetVmoResult {
    Ok((u32, Vmo)),
    Err(GetVmoError),
}

Variants§

§1.0.0

Ok((u32, Vmo))

Contains the success value

§1.0.0

Err(GetVmoError)

Contains the error value