diff --git a/raui-core/src/animator.rs b/raui-core/src/animator.rs index 96db0f89..9b59ad4a 100644 --- a/raui-core/src/animator.rs +++ b/raui-core/src/animator.rs @@ -12,6 +12,7 @@ use serde::{Deserialize, Serialize}; use std::{collections::HashMap, sync::mpsc::Sender}; /// An error that may occur when animating a value +#[derive(Debug, Clone)] pub enum AnimationError { /// Could not read animation data CouldNotReadData,