Skip to main content

deserialize_animation_effects

Function deserialize_animation_effects 

Source
pub fn deserialize_animation_effects<'de, D>(
    deserializer: D,
) -> Result<Vec<AnimationEffect>, D::Error>
where D: Deserializer<'de>,
Expand description

Deserialize animation as either a single AnimationEffect or a Vec.