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

Implementors§