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