Searched refs:Turbofish (Results 1 – 2 of 2) sorted by relevance
305 pub struct Turbofish<'a>(&'a Generics); struct389 generics_wrapper_impls!(Turbofish);394 pub fn as_turbofish(&self) -> Turbofish { in as_turbofish() argument395 Turbofish(self.0) in as_turbofish()1112 impl<'a> ToTokens for Turbofish<'a> { implementation
393 pub use crate::generics::{ImplGenerics, Turbofish, TypeGenerics};