macro_rules! each_tower_subfield {
(
$tower_height:expr,
$tower_ty:ident,
$func:ident ::< _ $(, $type_args:ty)* >( $($args:expr),* $(,)? )
) => { ... };
}
macro_rules! each_tower_subfield {
(
$tower_height:expr,
$tower_ty:ident,
$func:ident ::< _ $(, $type_args:ty)* >( $($args:expr),* $(,)? )
) => { ... };
}