Function rustix::path::option_into_with_c_str

source ยท
pub fn option_into_with_c_str<T, F, A>(arg: Option<A>, f: F) -> Result<T>
where A: Arg + Sized, F: FnOnce(Option<&CStr>) -> Result<T>,
Available on crate features fs or mount or net only.
Expand description

Runs a closure on arg where A is mapped to a &CStr