pub type ExprFormattedValue = ExprFormattedValue<SourceRange>;Aliased Type§
pub struct ExprFormattedValue {
pub range: SourceRange,
pub value: Box<Expr<SourceRange>>,
pub conversion: ConversionFlag,
pub format_spec: Option<Box<Expr<SourceRange>>>,
}Fields§
§range: SourceRange§value: Box<Expr<SourceRange>>§conversion: ConversionFlag§format_spec: Option<Box<Expr<SourceRange>>>