Struct unrest_tmp_syn::TySlice [] [src]

pub struct TySlice {
    pub ty: Box<Ty>,
    pub bracket_token: Bracket,
}

A variable-length array ([T])

Fields

Trait Implementations

impl Synom for TySlice
[src]

impl ToTokens for TySlice
[src]

Write self to the given Tokens. Read more

Convert self directly into a Tokens object. Read more

impl Clone for TySlice
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more