pub type GLPlayerSendResult = Result<(), ()>;
enum GLPlayerSendResult { Ok(()), Err(()), }
Contains the success value
Contains the error value