Trait nix::NixPath [−][src]
pub trait NixPath {
fn len(&self) -> usize;
fn with_nix_path<T, F>(&self, f: F) -> Result<T>
where
F: FnOnce(&CStr) -> T;
}Required Methods
Implementations on Foreign Types
impl NixPath for str[src]
impl NixPath for strimpl NixPath for OsStr[src]
impl NixPath for OsStrimpl NixPath for CStr[src]
impl NixPath for CStrimpl NixPath for [u8][src]
impl NixPath for [u8]impl NixPath for Path[src]
impl NixPath for Pathimpl NixPath for PathBuf[src]
impl NixPath for PathBufimpl<'a, NP: ?Sized + NixPath> NixPath for Option<&'a NP>[src]
impl<'a, NP: ?Sized + NixPath> NixPath for Option<&'a NP>Treats None as an empty string.