pub trait Digit<T> { // Required method fn digit(self, d: T) -> String; }
Abstract Digit trait, fill the empty space to specific length.