macro_rules! iota {
(const $n:ident : $t:ty = $($rest:tt)+) => { ... };
(pub const $n:ident : $t:ty = $($rest:tt)+) => { ... };
}
Expand description
Please refer to the crate-level documentation.
macro_rules! iota {
(const $n:ident : $t:ty = $($rest:tt)+) => { ... };
(pub const $n:ident : $t:ty = $($rest:tt)+) => { ... };
}
Please refer to the crate-level documentation.