Function rustix::path::arg::with_c_str

source ยท
fn with_c_str<T, F>(bytes: &[u8], f: F) -> Result<T>
where F: FnOnce(&CStr) -> Result<T>,
Expand description

Runs a closure with bytes passed in as a &CStr.