1 2 3 4 5 6 7
error_chain!{ foreign_links { Image(::image::ImageError); Io(::std::io::Error); ParseInt(::std::num::ParseIntError); } }