Home
last modified time | relevance | path

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

/third_party/rust/crates/quote/src/
Dident_fragment.rs13 pub trait IdentFragment { interface
25 impl<T: IdentFragment + ?Sized> IdentFragment for &T { impl
35 impl<T: IdentFragment + ?Sized> IdentFragment for &mut T { impl
78 impl IdentFragment for $T { impl