pub enum TreeType {
Predicate,
Script,
Contract,
Library {
name: Ident,
},
}Expand description
Represents the different variants of the AST.
Variants
Predicate
Script
Contract
Library
Fields
name: IdentTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TreeType
impl UnwindSafe for TreeType
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.