Trait evmil::util::IsBottom

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

Required Methods§

source

fn is_bottom(&self) -> bool

Check whether self is the bottom value or not.

Implementors§