Type Alias rustpython_ast::located::ExprFormattedValue

source ·
pub type ExprFormattedValue = ExprFormattedValue<SourceRange>;

Aliased Type§

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>>>

Trait Implementations§