Type Alias rustpython_ast::located::ExprConstant
source · pub type ExprConstant = ExprConstant<SourceRange>;Aliased Type§
struct ExprConstant {
pub range: SourceRange,
pub value: Constant,
pub kind: Option<String>,
}Fields§
§range: SourceRange§value: Constant§kind: Option<String>