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

Required Methods§

source

fn resolve(&self, config: &Config) -> PathBuf

Implementations on Foreign Types§

source§

impl ResolveToPath for String

source§

fn resolve(&self, _: &Config) -> PathBuf

Implementors§