1 2 3 4 5 6
error_chain! { foreign_links { Reqwest(::reqwest::Error); SerdeJson(::serde_json::Error); } }