with_description

Function with_description 

Source
pub fn with_description<F, T>(err: Errno, callback: F) -> T
where F: FnOnce(Result<&str, Errno>) -> T,