macro_rules! check_digits_impl {
($type_name:ty, $error_type:ty, $algorithm_type:ty, $check_digit_type:ty, $algorithm_init:expr) => { ... };
}macro_rules! check_digits_impl {
($type_name:ty, $error_type:ty, $algorithm_type:ty, $check_digit_type:ty, $algorithm_init:expr) => { ... };
}