Enum syntax::ast::LocalSourceExperimental
[-]
[+]
[src]
pub enum LocalSource {
LocalLet,
LocalFor,
}Where a local declaration came from: either a true let ... =
...;, or one desugared from the pattern of a for loop.
Variants
LocalLet | |
LocalFor |