Struct syn::Turbofish[][src]

pub struct Turbofish<'a>(_);

Returned by TyGenerics::as_turbofish.

Trait Implementations

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

Write self to the given Tokens. Read more

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

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for Turbofish<'a>

impl<'a> Sync for Turbofish<'a>