Searched defs:ScopedPath (Results 1 – 3 of 3) sorted by relevance
35 pub struct ScopedPath<P: AsRef<Path>>(P); struct37 impl<P: AsRef<Path>> ScopedPath<P> { implementation44 impl<P: AsRef<Path>> AsRef<Path> for ScopedPath<P> { implementation50 impl<P: AsRef<Path>> Deref for ScopedPath<P> { implementation58 impl<P: AsRef<Path>> Drop for ScopedPath<P> { implementation
27 pub struct ScopedPath<P: AsRef<Path>>(P); struct29 impl<P: AsRef<Path>> ScopedPath<P> { implementation36 impl<P: AsRef<Path>> AsRef<Path> for ScopedPath<P> { implementation42 impl<P: AsRef<Path>> Deref for ScopedPath<P> { implementation50 impl<P: AsRef<Path>> Drop for ScopedPath<P> { implementation
71 struct ScopedPath<P: AsRef<Path>>(P); struct73 impl<P: AsRef<Path>> AsRef<Path> for ScopedPath<P> { implementation79 impl<P: AsRef<Path>> Deref for ScopedPath<P> { implementation87 impl<P: AsRef<Path>> Drop for ScopedPath<P> { implementation