Struct futures_await_syn::TyImplTrait [] [src]

pub struct TyImplTrait {
    pub impl_token: Impl,
    pub bounds: Delimited<TyParamBound, Add>,
}

An impl Bound1 + Bound2 + Bound3 type where Bound is a trait or a lifetime.

Fields

Trait Implementations

impl Synom for TyImplTrait
[src]

[src]

impl ToTokens for TyImplTrait
[src]

[src]

Write self to the given Tokens. Read more

[src]

Convert self directly into a Tokens object. Read more

impl Clone for TyImplTrait
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more