pub trait ConnectionSealed { }Available on crate feature
i-implement-a-third-party-backend-and-opt-into-breaking-changes only.Expand description
This trait restricts who can implement Connection
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
Implementors§
impl ConnectionSealed for MysqlConnection
Available on crate features
mysql_backend and mysql only.impl ConnectionSealed for PgConnection
Available on crate features
postgres_backend and postgres only.impl ConnectionSealed for SqliteConnection
Available on crate feature
__sqlite-shared only.impl<M> ConnectionSealed for PooledConnection<M>
Available on crate feature
r2d2 only.