Type Definition webview2_com::CompletedClosure[][src]

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.