Trait DriverMutConnectionDeref

Source
pub trait DriverMutConnectionDeref: Driver { }
Expand description

Marker trait to signal whether the driver allows mutable connection deref from the Transaction type.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§