VivifyIF

Trait VivifyIF 

Source
pub trait VivifyIF {
    // Required method
    fn vivify(
        &mut self,
        asg: &mut AssignStack,
        state: &mut State,
    ) -> MaybeInconsistent;
}

Required Methods§

Source

fn vivify( &mut self, asg: &mut AssignStack, state: &mut State, ) -> MaybeInconsistent

Implementors§