da599c3a78
* Fix broken API doc links Create symlink for latest to point to v0.7. Group APIs by top version number rather than individual * Update swift and android version numbers to match Mentats * Update documentation * Update top level .gitignore to ignore docs site & metatdata * Add README to help with building documentation site * Address review comments @ncalexan
17 lines
2.9 KiB
JavaScript
17 lines
2.9 KiB
JavaScript
(function() {var implementors = {};
|
|
implementors["mentat"] = [{text:"impl Fail for <a class=\"enum\" href=\"mentat/errors/enum.MentatError.html\" title=\"enum mentat::errors::MentatError\">MentatError</a>",synthetic:false,types:["mentat::errors::MentatError"]},];
|
|
implementors["mentat_cli"] = [{text:"impl Fail for <a class=\"enum\" href=\"mentat_cli/enum.CliError.html\" title=\"enum mentat_cli::CliError\">CliError</a>",synthetic:false,types:["mentat_cli::CliError"]},];
|
|
implementors["mentat_db"] = [{text:"impl Fail for <a class=\"enum\" href=\"mentat_db/errors/enum.SchemaConstraintViolation.html\" title=\"enum mentat_db::errors::SchemaConstraintViolation\">SchemaConstraintViolation</a>",synthetic:false,types:["mentat_db::errors::SchemaConstraintViolation"]},{text:"impl Fail for <a class=\"enum\" href=\"mentat_db/errors/enum.InputError.html\" title=\"enum mentat_db::errors::InputError\">InputError</a>",synthetic:false,types:["mentat_db::errors::InputError"]},{text:"impl Fail for <a class=\"struct\" href=\"mentat_db/errors/struct.DbError.html\" title=\"struct mentat_db::errors::DbError\">DbError</a>",synthetic:false,types:["mentat_db::errors::DbError"]},{text:"impl Fail for <a class=\"enum\" href=\"mentat_db/errors/enum.DbErrorKind.html\" title=\"enum mentat_db::errors::DbErrorKind\">DbErrorKind</a>",synthetic:false,types:["mentat_db::errors::DbErrorKind"]},];
|
|
implementors["mentat_query_algebrizer"] = [{text:"impl Fail for <a class=\"enum\" href=\"mentat_query_algebrizer/enum.AlgebrizerError.html\" title=\"enum mentat_query_algebrizer::AlgebrizerError\">AlgebrizerError</a>",synthetic:false,types:["mentat_query_algebrizer::errors::AlgebrizerError"]},];
|
|
implementors["mentat_query_projector"] = [{text:"impl Fail for <a class=\"enum\" href=\"mentat_query_projector/errors/enum.ProjectorError.html\" title=\"enum mentat_query_projector::errors::ProjectorError\">ProjectorError</a>",synthetic:false,types:["mentat_query_projector::errors::ProjectorError"]},];
|
|
implementors["mentat_query_pull"] = [{text:"impl Fail for <a class=\"enum\" href=\"mentat_query_pull/errors/enum.PullError.html\" title=\"enum mentat_query_pull::errors::PullError\">PullError</a>",synthetic:false,types:["mentat_query_pull::errors::PullError"]},];
|
|
implementors["mentat_sql"] = [{text:"impl Fail for <a class=\"enum\" href=\"mentat_sql/enum.SQLError.html\" title=\"enum mentat_sql::SQLError\">SQLError</a>",synthetic:false,types:["mentat_sql::SQLError"]},];
|
|
implementors["mentat_tolstoy"] = [{text:"impl Fail for <a class=\"enum\" href=\"mentat_tolstoy/errors/enum.TolstoyError.html\" title=\"enum mentat_tolstoy::errors::TolstoyError\">TolstoyError</a>",synthetic:false,types:["mentat_tolstoy::errors::TolstoyError"]},];
|
|
|
|
if (window.register_implementors) {
|
|
window.register_implementors(implementors);
|
|
} else {
|
|
window.pending_implementors = implementors;
|
|
}
|
|
|
|
})()
|