Trait nix::NixPath [] [src]

pub trait NixPath {
    fn with_nix_path<T, F>(&self, f: F) -> Result<T> where F: FnOnce(&OsStr) -> T;
}

Required Methods

fn with_nix_path<T, F>(&self, f: F) -> Result<T> where F: FnOnce(&OsStr) -> T

Implementors