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.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ExprTypeimpl UnwindSafe for ExprType