Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bendudson/EuraliOS
/ borrow
Method
borrow
euralios_std/src/path.rs:266–268 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
264
impl Borrow<Path> for PathBuf {
265
#[inline]
266
fn borrow(&self) -> &Path {
267
self.deref()
268
}
269
}
270
271
impl Default for PathBuf {
Callers
nothing calls this directly
Calls
1
deref
Method · 0.45
Tested by
no test coverage detected