☰
ResolveToPath
Required Methods
resolve
Implementations on Foreign Types
String
Implementors
In cargo::util::toml
?
Trait
cargo
::
util
::
toml
::
ResolveToPath
source
·
[
−
]
pub trait ResolveToPath { 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
source
impl
ResolveToPath
for
ConfigRelativePath