Struct devise::syn::ExprType [−][src]
pub struct ExprType {
pub attrs: Vec<Attribute, Global>,
pub expr: Box<Expr, Global>,
pub colon_token: Colon,
pub ty: Box<Type, Global>,
}
Expand description
A type ascription expression: foo: f64
.
This type is available if Syn is built with the "full"
feature.
Fields
attrs: Vec<Attribute, Global>
expr: Box<Expr, Global>
colon_token: Colon
ty: Box<Type, Global>
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for ExprType
impl UnwindSafe for ExprType
Blanket Implementations
Mutably borrows from an owned value. Read more
Returns a Span
covering the complete contents of this syntax tree
node, or Span::call_site()
if this node is empty. Read more