MCPcopy 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
264impl Borrow<Path> for PathBuf {

Callers 1

borrowMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected