⚠ Internal Docs ⚠Not Public APIOfficial Docs Here
pub trait IsZero { // Required method fn is_zero(&self) -> bool; }