mirror of
https://github.com/rust-lang-nursery/rust-cookbook
synced 2024-11-21 19:13:07 +00:00
Added ImageError handler to error_chain! macro.
This commit is contained in:
parent
752b035c1a
commit
746ba4057a
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ use image::{ImageBuffer, Pixel, Rgb};
|
|||
# foreign_links {
|
||||
# MpscRecv(RecvError);
|
||||
# Io(std::io::Error);
|
||||
# Image(image::ImageError);
|
||||
# }
|
||||
# }
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue