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