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 noone implements SqlDialect without enabling the i-implement-a-third-party-backend-and-opt-into-breaking-changes feature flag.

Implementors§

source§

impl TrustedBackend for Mysql

Available on crate feature mysql_backend only.
source§

impl TrustedBackend for Pg

Available on crate feature postgres_backend only.
source§

impl TrustedBackend for Sqlite

Available on crate feature sqlite only.