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.
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
only.