Struct syn::ImplGenerics[][src]

pub struct ImplGenerics<'a>(_);

Returned by Generics::split_for_impl.

Trait Implementations

impl<'a> ToTokens for ImplGenerics<'a>
[src]

Write self to the given Tokens. Read more

impl<'a> Debug for ImplGenerics<'a>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for ImplGenerics<'a>

impl<'a> Sync for ImplGenerics<'a>