pub trait FirebirdClientwhere
Self: FirebirdClientDbOps + FirebirdClientSqlOps<DbHandle = <Self as FirebirdClientDbOps>::DbHandle>,{ }Expand description
A wrapper trait compatible with the niceties provided by the main rsfbclient crate
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".