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