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