Macro veloren_common::make_proj_elim
source ยท macro_rules! make_proj_elim { ($mod:ident, $( #[ $ty_attr:meta ] )* $vis:vis struct $ty:ident { $( $( #[$( $constr_attr:tt )*] )* $field_vis:vis $constr:ident : $arg_ty:ty ),* $(,)? }) => { ... }; }