Trait cushy::animation::BoxAnimate
source · pub trait BoxAnimate {
// Required method
fn boxed(self) -> Box<dyn Animate>;
}
Expand description
A type that can convert into Box<dyn Animate>
.
pub trait BoxAnimate {
// Required method
fn boxed(self) -> Box<dyn Animate>;
}
A type that can convert into Box<dyn Animate>
.