1 2 3 4 5 6 7 8 9
use mysql; error_chain! { foreign_links { EnvVar(::std::env::VarError); MySql(mysql::error::Error); } }