Skip to main content

ConnectionSealed

Trait ConnectionSealed 

Source
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§

Source§

impl ConnectionSealed for MysqlConnection

Available on crate features mysql_backend and mysql only.
Source§

impl ConnectionSealed for PgConnection

Available on crate features postgres_backend and postgres only.
Source§

impl ConnectionSealed for SqliteConnection

Available on crate feature __sqlite-shared only.
Source§

impl<M> ConnectionSealed for PooledConnection<M>

Available on crate feature r2d2 only.