pub type BoxedServo = Box<dyn AnyServo>;
Type-erased boxed servo.
pub struct BoxedServo(/* private fields */);