Skip to main content

SqlxTransactionFuture

Type Alias SqlxTransactionFuture 

Source
pub type SqlxTransactionFuture<'tx, E> = Pin<Box<dyn Future<Output = Result<(), E>> + Send + 'tx>>;
Expand description

Boxed future returned by SQLx transaction companion closures.

Aliased Typeยง

pub struct SqlxTransactionFuture<'tx, E> { /* private fields */ }