pub trait IntDType: WithDType { // Required methods fn is_true(&self) -> bool; fn as_usize(&self) -> usize; }