pub trait FirebirdClient where
    Self: FirebirdClientDbOps,
    Self: FirebirdClientSqlOps<DbHandle = <Self as FirebirdClientDbOps>::DbHandle>, 
{ }
Expand description

A wrapper trait compatible with the niceties provided by the main rsfbclient crate

Implementors