Searched refs:Turbofish (Results 1 – 2 of 2) sorted by relevance
328 pub struct Turbofish<'a>(&'a Generics); struct415 generics_wrapper_impls!(Turbofish);423 pub fn as_turbofish(&self) -> Turbofish { in as_turbofish() argument424 Turbofish(self.0) in as_turbofish()1150 impl<'a> ToTokens for Turbofish<'a> { implementation
365 pub use crate::generics::{ImplGenerics, Turbofish, TypeGenerics};