Searched defs:ScopedPath (Results 1 – 1 of 1) sorted by relevance
84 struct ScopedPath<P: AsRef<Path>>(P); struct86 impl<P: AsRef<Path>> AsRef<Path> for ScopedPath<P> { implementation92 impl<P: AsRef<Path>> Deref for ScopedPath<P> { implementation100 impl<P: AsRef<Path>> Drop for ScopedPath<P> { implementation