cargo
1.84.0-nightly
(3fee0f12e 2024-11-20)
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