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