Enum futures_await_syn::FunctionRetTy [] [src]

pub enum FunctionRetTy {
    Default,
    Ty(TyRArrow),
}

Variants

Return type is not specified.

Functions default to () and closures default to inference. Span points to where return type would be inserted.

Everything else

Trait Implementations

impl Synom for FunctionRetTy
[src]

[src]

impl ToTokens for FunctionRetTy
[src]

[src]

Write self to the given Tokens. Read more

[src]

Convert self directly into a Tokens object. Read more

impl Clone for FunctionRetTy
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more