Trait cpp_to_rust::file_utils::PathBufWithAdded [] [src]

pub trait PathBufWithAdded {
    fn with_added<P: AsRef<Path>>(&self, path: P) -> PathBuf;
}

Required Methods

Implementors