Struct syn::Index [−][src]
The index of an unnamed tuple struct field.
This type is available if Syn is built with the "derive"
or "full"
feature.
Fields
index: u32
span: Span
Trait Implementations
impl Synom for Index
[src]
[+]
impl Synom for Index
impl ToTokens for Index
[src]
[+]
impl ToTokens for Index
impl Clone for Index
[src]
[+]
impl Clone for Index
impl From<usize> for Index
[src]
[+]
impl From<usize> for Index