Home
last modified time | relevance | path

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

/external/rust/crates/darling_core/src/util/
Dparse_attribute.rs35 struct DisplayPath<'a>(&'a Path); struct
37 impl fmt::Display for DisplayPath<'_> { implementation
/external/rust/crates/syn/src/
Dattr.rs726 pub(super) struct DisplayPath<'a>(pub &'a Path); struct
728 impl<'a> Display for DisplayPath<'a> { implementation