Struct cairo_lang_lowering::db::LoweringDatabase
source · pub struct LoweringDatabase {}
Expand description
Representative struct for the query group.
Trait Implementations§
source§impl QueryGroup for LoweringDatabase
impl QueryGroup for LoweringDatabase
§type DynDb = dyn LoweringGroup + 'static
type DynDb = dyn LoweringGroup + 'static
Dyn version of the associated database trait.