pub trait Representation: Ord + ToString + Eq + Clone + Debug {
    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

Create path

Implementations on Foreign Types

Implementors