Function freya_testing::launch::launch_doc_with_utils

source ยท
pub fn launch_doc_with_utils<F: Future<Output = ()>>(
    root: fn() -> Element,
    size: Size2D,
    cb: impl FnOnce(TestingHandler) -> F,
)