pub type Keyword = Keyword<SourceRange>;Aliased Type§
pub struct Keyword {
pub range: SourceRange,
pub arg: Option<Identifier>,
pub value: Expr<SourceRange>,
}Fields§
§range: SourceRange§arg: Option<Identifier>§value: Expr<SourceRange>