Struct syn::Binding [−][src]
A binding (equality constraint) on an associated type: Item = u8
.
This type is available if Syn is built with the "derive"
or "full"
feature.
Fields
ident: Ident
eq_token: Eq
ty: Type