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