cargo
1.83.0-beta.5
(eb6e3fa1a 2024-11-08)
Resolve
ToPath
Required Methods
resolve
Implementations on Foreign Types
String
Implementors
In cargo::
util::
toml
cargo
::
util
::
toml
Trait
ResolveToPath
Copy item path
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
source
§
fn
resolve
(&self, _: &
GlobalContext
) ->
PathBuf
Implementors
§
source
§
impl
ResolveToPath
for
ConfigRelativePath