pub trait TransactionCommandResult<'a, T, U> {
    fn forget(self) -> Future<'a, Transaction<U>>;
}

Required Methods

Implementors