[][src]Type Definition webp_dev::sys::webp::WebPProgressHook

type WebPProgressHook = WebPProgressHook;

Progress hook, called from time to time to report progress.

It can return false to request an abort of the encoding process, or true otherwise if everything is OK.