caffeine_lang/types/ast/query_template_type

Types

pub type QueryTemplateType {
  QueryTemplateType(
    specification_of_query_templates: List(basic_type.BasicType),
    name: String,
    query: parser.ExpContainer,
  )
}

Constructors

Search Document