naga::back::wgsl::writer

Type Alias BackendResult

source
type BackendResult = Result<(), Error>;
Expand description

Shorthand result used internally by the backend

Aliased Type§

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

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(Error)

Contains the error value