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