pub(super) unsafe trait IsZero { // Required method fn is_zero(&self) -> bool; }
Whether this value’s representation is all zeros, or can be represented with all zeroes.