Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bendudson/EuraliOS
/ deref
Method
deref
euralios_std/src/path.rs:259–261 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
257
type Target = Path;
258
#[inline]
259
fn deref(&self) -> &Path {
260
Path::new(&self.inner)
261
}
262
}
263
264
impl Borrow<Path> for PathBuf {
Callers
1
borrow
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected