pub type ModExpression = ModExpression<SourceRange>;
Aliased Type§
struct ModExpression {
pub range: EmptyRange<SourceRange>,
pub body: Box<Expr<SourceRange>>,
}
Fields§
§range: EmptyRange<SourceRange>
§body: Box<Expr<SourceRange>>
pub type ModExpression = ModExpression<SourceRange>;
struct ModExpression {
pub range: EmptyRange<SourceRange>,
pub body: Box<Expr<SourceRange>>,
}
range: EmptyRange<SourceRange>
§body: Box<Expr<SourceRange>>