macro_rules! define_animation_swap_command {
($name:ident<$value_type:ty>($self:ident, $context:ident) $swap:block) => { ... };
}macro_rules! define_animation_swap_command {
($name:ident<$value_type:ty>($self:ident, $context:ident) $swap:block) => { ... };
}