Trait cargo::util::toml::ResolveToPath

source ·
pub trait ResolveToPath {
    // Required method
    fn resolve(&self, gctx: &GlobalContext) -> PathBuf;
}

Required Methods§

source

fn resolve(&self, gctx: &GlobalContext) -> PathBuf

Implementations on Foreign Types§

source§

impl ResolveToPath for String

Implementors§