Searched refs:as_display (Results 1 – 3 of 3) sorted by relevance
5 fn as_display(&self) -> Self; in as_display() method9 fn as_display(&self) -> Self { in as_display() method15 fn as_display(&self) -> path::Display<'_>; in as_display() method19 fn as_display(&self) -> path::Display<'_> { in as_display() method25 fn as_display(&self) -> path::Display<'_> { in as_display() method
1 error[E0599]: the method `as_display` exists for reference `&NoDisplay`, but its trait bounds were …
87 args.extend(quote_spanned!(span=> .as_display())); in expand_shorthand()