Struct cairo_lang_lowering::fmt::LoweredFormatter
source · pub struct LoweredFormatter<'db> {
pub db: &'db dyn LoweringGroup,
pub variables: &'db Arena<Variable>,
}
Expand description
Holds all the information needed for formatting lowered representations. Acts like a “db” for DebugWithDb.
Fields§
§db: &'db dyn LoweringGroup
§variables: &'db Arena<Variable>