Trait veriwasm::lattices::Lattice[][src]

pub trait Lattice: PartialOrd + Eq + Default + Debug {
    fn meet(&self, other: &Self, loc: &LocIdx) -> Self;
}

Required methods

Implementors