pub type ExprJoinedStr = ExprJoinedStr<SourceRange>;
Aliased Type§
pub struct ExprJoinedStr {
pub range: SourceRange,
pub values: Vec<Expr<SourceRange>>,
}
Fields§
§range: SourceRange
§values: Vec<Expr<SourceRange>>
pub type ExprJoinedStr = ExprJoinedStr<SourceRange>;
pub struct ExprJoinedStr {
pub range: SourceRange,
pub values: Vec<Expr<SourceRange>>,
}
range: SourceRange
§values: Vec<Expr<SourceRange>>