pub type WebGLSendResult = Result<(), WebGLSendError>;
Expand description

Result type for send()/recv() calls in in WebGLCommands.

Aliased Type§

enum WebGLSendResult {
    Ok(()),
    Err(WebGLSendError),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(WebGLSendError)

Contains the error value