Searched defs:DisplayPath (Results 1 – 4 of 4) sorted by relevance
35 struct DisplayPath<'a>(&'a Path); struct37 impl fmt::Display for DisplayPath<'_> { implementation
773 pub(super) struct DisplayPath<'a>(pub &'a Path); struct775 impl<'a> Display for DisplayPath<'a> { implementation