pub type VirtViewFn<T> = Box<dyn Fn(T) -> (Box<dyn View>, Scope)>;
pub struct VirtViewFn<T>(/* private fields */);