Skip to main content

JpegDecodeCallback

Type Alias JpegDecodeCallback 

Source
pub type JpegDecodeCallback = Box<dyn Fn(&[u8]) -> Result<ImageData> + Send + Sync + 'static>;
Expand description

Type alias for JPEG decode callbacks.

Aliased Typeยง

pub struct JpegDecodeCallback(/* private fields */);