Struct syn::TypeInfer [−][src]
pub struct TypeInfer { pub underscore_token: Underscore, }
Indication that a type should be inferred by the compiler: _
.
This type is available only if Syn is built with the "derive"
or
"full"
feature.
Fields
underscore_token: Underscore
Trait Implementations
impl Clone for TypeInfer
[src]
impl Clone for TypeInfer
[src]fn clone(&self) -> Self
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl ToTokens for TypeInfer
[src]
impl ToTokens for TypeInfer
[src]