pub trait ResolveToPath {
    fn resolve(&self, config: &Config) -> PathBuf;
}

Required Methods§

Implementations on Foreign Types§

Implementors§