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