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