Struct syn::ExprType [−][src]
pub struct ExprType { /* fields omitted */ }
Expand description
A type ascription expression: foo: f64
.
This type is available only if Syn is built with the "full"
feature.
pub struct ExprType { /* fields omitted */ }
A type ascription expression: foo: f64
.
This type is available only if Syn is built with the "full"
feature.