Home
last modified time | relevance | path

Searched refs:Turbofish (Results 1 - 2 of 2) sorted by relevance

/third_party/rust/crates/syn/src/
H A Dgenerics.rs305 pub struct Turbofish<'a>(&'a Generics); structure names
389 generics_wrapper_impls!(Turbofish);
394 pub fn as_turbofish(&self) -> Turbofish { in as_turbofish()
395 Turbofish(self.0) in as_turbofish()
1112 impl<'a> ToTokens for Turbofish<'a> {
H A Dlib.rs393 pub use crate::generics::{ImplGenerics, Turbofish, TypeGenerics};

Completed in 3 milliseconds