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

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