pub trait Digit<T> {
    fn digit(self, d: T) -> String;
}
Expand description

Abstract Digit trait, fill the empty space to specific length.

Required Methods

Implementations on Foreign Types

Implementors