pub trait TrustedBackend { }Available on crate feature
i-implement-a-third-party-backend-and-opt-into-breaking-changes only.Expand description
This trait just indicates that none implements
SqlDialect without enabling the
i-implement-a-third-party-backend-and-opt-into-breaking-changes
feature flag.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
Implementors§
impl TrustedBackend for Mysql
Available on crate feature
mysql_backend only.impl TrustedBackend for Pg
Available on crate feature
postgres_backend only.impl TrustedBackend for Sqlite
Available on crate feature
__sqlite-shared only.