Type Alias libdonet::parser::ast::KeywordList

source ·
pub type KeywordList = Vec<String>;
Expand description

Paired with the dc_keyword_list production in the Context Free Grammar.

Aliased Type§

struct KeywordList { /* private fields */ }