define_animation_swap_command

Macro define_animation_swap_command 

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