Home
last modified time | relevance | path

Searched defs:ScopedPath (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/p9/src/server/
Dtests.rs84 struct ScopedPath<P: AsRef<Path>>(P); struct
86 impl<P: AsRef<Path>> AsRef<Path> for ScopedPath<P> { implementation
92 impl<P: AsRef<Path>> Deref for ScopedPath<P> { implementation
100 impl<P: AsRef<Path>> Drop for ScopedPath<P> { implementation