[][src]Trait nix::NixPath

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

Required methods

pub fn is_empty(&self) -> bool[src]

pub fn len(&self) -> usize[src]

pub fn with_nix_path<T, F>(&self, f: F) -> Result<T> where
    F: FnOnce(&CStr) -> T, 
[src]

Loading content...

Implementations on Foreign Types

impl NixPath for str[src]

impl NixPath for OsStr[src]

impl NixPath for CStr[src]

impl NixPath for [u8][src]

impl NixPath for Path[src]

impl NixPath for PathBuf[src]

Loading content...

Implementors

Loading content...