Trait nix::NixPath [−][src]
pub trait NixPath { fn is_empty(&self) -> bool; fn len(&self) -> usize; fn with_nix_path<T, F>(&self, f: F) -> Result<T>
where
F: FnOnce(&CStr) -> T; }
pub trait NixPath { fn is_empty(&self) -> bool; fn len(&self) -> usize; fn with_nix_path<T, F>(&self, f: F) -> Result<T>
where
F: FnOnce(&CStr) -> T; }