pub trait Representation: Ord + ToString + Eq + Clone + Debug {
    // Provided method
    fn to_path(&self, basepath: &Path) -> PathBuf { ... }
}
Expand description

Representation of a suffix Ord + PartialOrd: sort by age of the suffix. Most recent first (smallest).

Provided Methods§

source

fn to_path(&self, basepath: &Path) -> PathBuf

Create path

Implementations on Foreign Types§

source§

impl Representation for usize

Implementors§