MigrationFuture

Type Alias MigrationFuture 

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

Boxed migration callback future tied to the coordinated database connection.

Aliased Typeยง

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