pub trait HasStatementCache { }Expand description
A Database that maintains a client-side cache of prepared statements.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
pub trait HasStatementCache { }A Database that maintains a client-side cache of prepared statements.
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".