Trait nulltermarrayiter::Zeroable [] [src]

pub trait Zeroable {
    fn is_zero(self) -> bool;
}

Required Methods

Implementors