Trait Digit
leetcode_cli::helper
pub trait Digit<T> { fn digit(self, e: T) -> String; }
fn digit(self, e: T) -> String
impl Digit<i32> for i32
fn digit(self, e: i32) -> String