[][src]Trait pathbuftools::PathBufTools

pub trait PathBufTools {
    fn short_path(&self) -> PathBuf;
fn short_string(&self) -> String;
fn name_starts_with(&self, pat: &str) -> bool;
fn quoted_file_name(&self) -> Option<OsString>;
fn quoted_path(&self) -> OsString; }

Required methods

fn short_path(&self) -> PathBuf

fn short_string(&self) -> String

fn name_starts_with(&self, pat: &str) -> bool

fn quoted_file_name(&self) -> Option<OsString>

fn quoted_path(&self) -> OsString

Loading content...

Implementations on Foreign Types

impl PathBufTools for PathBuf[src]

Loading content...

Implementors

Loading content...