Type Definition webview2_com::CompletedClosure
source · [−]pub type CompletedClosure<Arg1, Arg2> = Box<dyn FnOnce(<Arg1 as ClosureArg>::Output, <Arg2 as ClosureArg>::Output) -> Result<()>>;
Expand description
Generic closure signature for completed_callback
.