Home
last modified time | relevance | path

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

/third_party/rust/crates/syn/src/
Dattr.rs726 pub(super) struct DisplayPath<'a>(pub &'a Path); struct
728 impl<'a> Display for DisplayPath<'a> { implementation