pub fn run_same_process_extended(
run_app: impl FnOnce() + Send + 'static,
ext: fn() -> ViewExtensions,
)Expand description
Like run_same_process but with custom API extensions.
Note that any linked view_process_extension! extensions are also run, after ext.