macro_rules! define_nonzero_count {
($name:ident, $base:ty, $doc:expr) => { ... };
}Expand description
Define the count of something that cannot be 0
macro_rules! define_nonzero_count {
($name:ident, $base:ty, $doc:expr) => { ... };
}Define the count of something that cannot be 0