use std::any::Any; use gpui3::{AnyElement, ViewContext}; pub type HackyChildren = fn(&mut ViewContext, &dyn Any) -> Vec>; pub type HackyChildrenPayload = Box;