1 2 3 4 5 6 7 8 9
error_chain!{ types { SdaServerError, SdaServerErrorKind, SdaServerResultExt, SdaServerResult; } foreign_links { Io(::std::io::Error); Sda(::sda_protocol::SdaError); } }
1 2 3 4 5 6 7 8 9
error_chain!{ types { SdaServerError, SdaServerErrorKind, SdaServerResultExt, SdaServerResult; } foreign_links { Io(::std::io::Error); Sda(::sda_protocol::SdaError); } }