Home
last modified time | relevance | path

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

/linux/rust/syn/
H A Dattr.rs255 parsing::DisplayPath(path), in parse_args_with()
263 parsing::DisplayPath(&meta.path), in parse_args_with()
542 parsing::DisplayPath(path), in require_list()
560 parsing::DisplayPath(path), in require_name_value()
775 pub(super) struct DisplayPath<'a>(pub &'a Path); struct
777 impl<'a> Display for DisplayPath<'a> { implementation