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