Struct unrest_tmp_syn::ExprType [] [src]

pub struct ExprType {
    pub expr: Box<Expr>,
    pub colon_token: Colon,
    pub ty: Box<Ty>,
}

A type ascription, e.g. foo: f64.

Fields

Trait Implementations

impl ToTokens for ExprType
[src]

Write self to the given Tokens. Read more

Convert self directly into a Tokens object. Read more

impl Clone for ExprType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more