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