Trait evmil::util::IsBottom

source ·
pub trait IsBottom {
    fn is_bottom(&self) -> bool;
}

Required Methods§

Check whether self is the bottom value or not.

Implementors§