Struct Turbofish
syn
pub struct Turbofish<'a>(_);
Returned by TyGenerics::as_turbofish.
TyGenerics::as_turbofish
impl<'a> ToTokens for Turbofish<'a>
fn to_tokens(&self, tokens: &mut Tokens)
Write self to the given Tokens. Read more
self
Tokens
impl<'a> Debug for Turbofish<'a>
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl<'a> Send for Turbofish<'a>
impl<'a> Sync for Turbofish<'a>