Trait sqruff_lib::dialects::ansi::NodeTrait
source · pub trait NodeTrait {
const TYPE: &'static str;
// Required method
fn match_grammar() -> Box<dyn Matchable>;
// Provided method
fn class_types() -> HashSet<String> { ... }
}
Required Associated Constants§
Required Methods§
fn match_grammar() -> Box<dyn Matchable>
Provided Methods§
fn class_types() -> HashSet<String>
Object Safety§
This trait is not object safe.