Macro each_tower_subfield

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