Function cairo_lang_lowering::implicits::inner_lower_implicits

source ยท
pub fn inner_lower_implicits(
    db: &dyn LoweringGroup,
    function_id: ConcreteFunctionWithBodyId,
    lowered: &mut FlatLowered,
) -> Maybe<()>
Expand description

Similar to lower_implicits, but uses Maybe<> for convenience.