pub trait IsBot {
// Required method
fn is_bot(&self) -> bool;
}Expand description
Trait to check if a lattice instance is bottom (⊥).
pub trait IsBot {
// Required method
fn is_bot(&self) -> bool;
}Trait to check if a lattice instance is bottom (⊥).