Skip to main content

BoxFuture

Type Alias BoxFuture 

Source
pub type BoxFuture<'a, T> = Pin<Box<dyn Future<Output = T> + Send + 'a>>;
Expand description

A boxed future, borrowing from the &mut dyn SqlWriter an AtomicUnitOp is called with (see SqlAccess::atomic_unit).

Aliased Type§

pub struct BoxFuture<'a, T> { /* private fields */ }