pub fn dyn_view<VF, IV>(view_fn: VF) -> DynamicViewwhere VF: Fn() -> IV + 'static, IV: IntoView,
A container for a dynamically updating View