1 2 3 4 5 6 7 8
pub(crate) mod dialects; pub(crate) mod root; use crate::generator::GeneratorParams; pub(crate) trait Spec { fn params(&self) -> &GeneratorParams; }