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

Required Methods

Implementors