pub type WebGLSendResult = Result<(), SendError>;
Result type for send()/recv() calls in in WebGLCommands.
enum WebGLSendResult { Ok(()), Err(SendError), }
Contains the success value
Contains the error value