pub trait BatchPreparedCommand<R = ()> {
// Required methods
fn queue(self);
fn forget(self);
}
Expand description
Extension trait dedicated to PreparedCommand
to add specific methods for the Pipeline
&
the Transaction
executors
pub trait BatchPreparedCommand<R = ()> {
// Required methods
fn queue(self);
fn forget(self);
}
Extension trait dedicated to PreparedCommand
to add specific methods for the Pipeline
&
the Transaction
executors