Skip to main content

Reader

Type Alias Reader 

Source
pub type Reader<R> = ImageReader<R>;
๐Ÿ‘ŽDeprecated:

this type has been moved and renamed to ai_image::ImageReader

Available on crate feature std only.
Expand description

Deprecated re-export of ImageReader as Reader

Aliased Typeยง

pub struct Reader<R> { /* private fields */ }