Trait cairo_lang_lowering::borrow_check::demand::AuxCombine
source · pub trait AuxCombine {
// Required method
fn merge<'a, I: Iterator<Item = &'a Self>>(iter: I) -> Self
where Self: 'a;
}
Required Methods§
Object Safety§
This trait is not object safe.
Implementations on Foreign Types§
Implementors§
impl AuxCombine for cairo_lang_lowering::destructs::PanicState
How to combine two panic states in a flow divergence.