cargo::util::toml

Trait 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§