pub type BoxedView<T> = Box<dyn AnyView<T>>;
A boxed dynamic view.
struct BoxedView<T>(/* private fields */);