pub trait Paths {
    fn paths(&self) -> Vec<String>;
}

Required Methods

Implementors