(function() {var implementors = {};
implementors["mentat"] = [{text:"impl Fail for MentatError",synthetic:false,types:["mentat::errors::MentatError"]},];
implementors["mentat_cli"] = [{text:"impl Fail for CliError",synthetic:false,types:["mentat_cli::CliError"]},];
implementors["mentat_db"] = [{text:"impl Fail for SchemaConstraintViolation",synthetic:false,types:["mentat_db::errors::SchemaConstraintViolation"]},{text:"impl Fail for DbError",synthetic:false,types:["mentat_db::errors::DbError"]},{text:"impl Fail for DbSqlError",synthetic:false,types:["mentat_db::errors::DbSqlError"]},{text:"impl Fail for DbSqlErrorKind",synthetic:false,types:["mentat_db::errors::DbSqlErrorKind"]},];
implementors["mentat_query_algebrizer"] = [{text:"impl Fail for InvalidBinding",synthetic:false,types:["mentat_query_algebrizer::errors::InvalidBinding"]},{text:"impl Fail for BindingError",synthetic:false,types:["mentat_query_algebrizer::errors::BindingError"]},{text:"impl Fail for AlgebrizerError",synthetic:false,types:["mentat_query_algebrizer::errors::AlgebrizerError"]},];
implementors["mentat_query_projector"] = [{text:"impl Fail for ProjectorError",synthetic:false,types:["mentat_query_projector::errors::ProjectorError"]},];
implementors["mentat_query_pull"] = [{text:"impl Fail for PullError",synthetic:false,types:["mentat_query_pull::errors::PullError"]},];
implementors["mentat_sql"] = [{text:"impl Fail for SQLError",synthetic:false,types:["mentat_sql::SQLError"]},];
implementors["mentat_tolstoy"] = [{text:"impl Fail for TolstoyError",synthetic:false,types:["mentat_tolstoy::errors::TolstoyError"]},];
if (window.register_implementors) {
window.register_implementors(implementors);
} else {
window.pending_implementors = implementors;
}
})()