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