Function base::errno::errno_result  
source ยท pub fn errno_result<T>() -> Result<T>Expand description
Returns the last errno as a Result that is always an error.
pub fn errno_result<T>() -> Result<T>Returns the last errno as a Result that is always an error.