Struct futures_await_syn::TyBareFn [] [src]

pub struct TyBareFn {
    pub ty: Box<BareFnTy>,
}

A bare function (e.g. fn(usize) -> bool)

Fields

Trait Implementations

impl Synom for TyBareFn
[src]

[src]

impl ToTokens for TyBareFn
[src]

[src]

Write self to the given Tokens. Read more

[src]

Convert self directly into a Tokens object. Read more

impl Clone for TyBareFn
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more