Trait Zero

Source
pub trait Zero {
    // Required method
    fn is_zero(&self) -> bool;
}
Expand description

Checks if the address is zero

Required Methods§

Source

fn is_zero(&self) -> bool

Implementors§