pub trait TransactionExt<T> {
    fn exec(&self) -> Future<'_, T>;
}

Required Methods

Implementors