pub type ExprJoinedStr = ExprJoinedStr<SourceRange>;

Aliased Type§

struct ExprJoinedStr {
    pub range: SourceRange,
    pub values: Vec<Expr<SourceRange>>,
}

Fields§

§range: SourceRange§values: Vec<Expr<SourceRange>>

Trait Implementations§