pub fn mount_to_renderer<F, N>( parent: &Element, f: F, ) -> UnmountHandle<<N as Render>::State>where F: FnOnce() -> N + 'static, N: Render,
Runs the provided closure and mounts the result to the provided element.