pub struct TypeInfer {
pub underscore_token: Underscore,
}
Expand description
Indication that a type should be inferred by the compiler: _
.
Fields§
§underscore_token: Underscore
pub struct TypeInfer {
pub underscore_token: Underscore,
}
Indication that a type should be inferred by the compiler: _
.
underscore_token: Underscore