Macro digit_layout::impl_digit

source ·
macro_rules! impl_digit {
    ($ty:ty : $digit:expr) => { ... };
    ($ty:ty : $digit:expr, $const:ident) => { ... };
}
Expand description

为类型实现与 DigitLayout 相关的 trait。