Trait rustc_mir_dataflow::framework::lattice::HasBottom
source · pub trait HasBottom {
const BOTTOM: Self;
// Required method
fn is_bottom(&self) -> bool;
}
Expand description
A set that has a “bottom” element, which is less than or equal to any other element.
Required Associated Constants§
Required Methods§
Object Safety§
This trait is not object safe.