Type Alias wgpu_test::native::MainResult

source ·
pub type MainResult = Result<()>;
Expand description

Return value for the main function.

Aliased Type§

enum MainResult {
    Ok(()),
    Err(Error),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(Error)

Contains the error value