Enum syntax::ast::LocalSourceUnstable
[-] [+]
[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 |