Trait leetcode_cli::helper::Digit[][src]

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