Added ImageError handler to error_chain! macro.

This commit is contained in:
Jorge 2022-01-17 22:20:31 -06:00 committed by GitHub
parent 752b035c1a
commit 746ba4057a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,6 +27,7 @@ use image::{ImageBuffer, Pixel, Rgb};
# foreign_links {
# MpscRecv(RecvError);
# Io(std::io::Error);
# Image(image::ImageError);
# }
# }
#