Skip to main content

VmoGetVmoStreamSizeResult

Type Alias VmoGetVmoStreamSizeResult 

Source
pub type VmoGetVmoStreamSizeResult = Result<u64, Error>;

Aliased Type§

pub enum VmoGetVmoStreamSizeResult {
    Ok(u64),
    Err(Error),
}

Variants§

§1.0.0

Ok(u64)

Contains the success value

§1.0.0

Err(Error)

Contains the error value