pub struct Turbofish<'a>(_);
Available on (crate features
full
or derive
) and crate feature printing
only.Expand description
Returned by TypeGenerics::as_turbofish
.
This type is available only if Syn is built with the "derive"
or "full"
feature and the "printing"
feature.
Trait Implementations§
source§impl<'a> PartialEq<Turbofish<'a>> for Turbofish<'a>
Available on crate feature extra-traits
only.
impl<'a> PartialEq<Turbofish<'a>> for Turbofish<'a>
Available on crate feature
extra-traits
only.source§impl<'a> ToTokens for Turbofish<'a>
impl<'a> ToTokens for Turbofish<'a>
source§fn to_tokens(&self, tokens: &mut TokenStream)
fn to_tokens(&self, tokens: &mut TokenStream)
source§fn to_token_stream(&self) -> TokenStream
fn to_token_stream(&self) -> TokenStream
source§fn into_token_stream(self) -> TokenStreamwhere
Self: Sized,
fn into_token_stream(self) -> TokenStreamwhere Self: Sized,
impl<'a> Eq for Turbofish<'a>
Available on crate feature
extra-traits
only.Auto Trait Implementations§
impl<'a> RefUnwindSafe for Turbofish<'a>
impl<'a> !Send for Turbofish<'a>
impl<'a> !Sync for Turbofish<'a>
impl<'a> Unpin for Turbofish<'a>
impl<'a> UnwindSafe for Turbofish<'a>
Blanket Implementations§
source§impl<T> Spanned for Twhere
T: Spanned + ?Sized,
impl<T> Spanned for Twhere T: Spanned + ?Sized,
source§fn span(&self) -> Span
fn span(&self) -> Span
Available on crate features
parsing
and printing
only.Returns a
Span
covering the complete contents of this syntax tree
node, or Span::call_site()
if this node is empty.