Trait evmil::util::Bottom

source ·
pub trait Bottom {
    const BOTTOM: Self;
}
Expand description

Defines an abstract value which has a specific BOTTOM value in the lattice.

Required Associated Constants§

Implementors§