Skip to main content

BoxAnimation

Type Alias BoxAnimation 

Source
pub type BoxAnimation<T> = Box<dyn Animation<T>>;
Expand description

A type-erased animation source.

Aliased Typeยง

pub struct BoxAnimation<T>(/* private fields */);