MCPcopy 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

264impl Borrow<Path> for PathBuf {
265 #[inline]
266 fn borrow(&self) -> &Path {
267 self.deref()
268 }
269}
270
271impl Default for PathBuf {

Callers

nothing calls this directly

Calls 1

derefMethod · 0.45

Tested by

no test coverage detected