Trait ThreeDigit

Source
pub trait ThreeDigit {
    // Required methods
    fn is_valid_three_digits(self) -> bool;
    fn string_repr(self) -> String;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl ThreeDigit for u16

Implementors§