Enum unrest_tmp_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]

impl ToTokens for FunctionRetTy
[src]

Write self to the given Tokens. Read more

Convert self directly into a Tokens object. Read more

impl Clone for FunctionRetTy
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more