Macro veloren_voxygen_anim::skeleton_impls

source ยท
macro_rules! skeleton_impls {
    { struct $Skeleton:ident { $( $(+ $bone_vis:vis)? $bone:ident ),* $(,)? $(:: $($field:ident : $field_ty:ty),* $(,)? )? } } => { ... };
}