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