[][src]Trait nix::NixPath

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
; }

Required methods

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, 

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...