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