Function assert_migrator_reversible_async

Source
pub async fn assert_migrator_reversible_async<'a, M>(
    migrator: M,
    db_conn: Option<DbConnection<'a>>,
)
where M: MigratorTrait,
Expand description

This is an async version of assert_migrator_reversible.