pub type ScreenshotFn = Box<dyn FnOnce(Image) + Send + Sync>;

Aliased Type§

struct ScreenshotFn(/* private fields */);