pub trait PathTypes {
    fn path_types(&self) -> IndexMap<String, String>;
}

Required Methods

Implementors