Type Alias bevy::render::view::window::screenshot::ScreenshotFn

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

Aliased Type§

struct ScreenshotFn(/* private fields */);