1error_chain! { 2 errors { Initialization UnsupportedPlatform Format Write } 3 4 foreign_links { 5 Io(::std::io::Error) #[doc = "Link to a `std::error::Error` type."]; 6 } 7}