A generic type parameter, lifetime, or const generic: T: Into<String>
,
'a: 'b
, const LEN: usize
.
This type is available if Syn is built with the "derive"
or "full"
feature.
This type is a syntax tree enum.
A generic type parameter: T: Into<String>
.
This type is available if Syn is built with the "derive"
or
"full"
feature.
A lifetime definition: 'a: 'b + 'c + 'd
.
This type is available if Syn is built with the "derive"
or
"full"
feature.
A const generic parameter: const LENGTH: usize
.
This type is available if Syn is built with the "derive"
or
"full"
feature.
A short name of the type being parsed. Read more
Formats the value using the given formatter. Read more
This method tests for self
and other
values to be equal, and is used by ==
. Read more
This method tests for !=
.
Feeds this value into the given [Hasher
]. Read more
Feeds a slice of this type into the given [Hasher
]. Read more
Performs copy-assignment from source
. Read more
Write self
to the given TokenStream
. Read more
Convert self
directly into a TokenStream
object. Read more