Trait nix::NixPath

source ·
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§

Treats None as an empty string.

Implementors§