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: Identeq_token: Eqty: TypeTrait Implementations
impl Clone for Binding[src]
impl Clone for Binding[src]fn clone(&self) -> Self[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl ToTokens for Binding[src]
impl ToTokens for Binding[src]