Struct syn::Turbofish [] [src]

pub struct Turbofish<'a>(_);

Returned by TypeGenerics::as_turbofish.

This type is available if Syn is built with the "derive" or "full" feature and the "printing" feature.

Trait Implementations

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

Write self to the given TokenStream. Read more

Convert self directly into a TokenStream object. Read more

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

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

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