pub async fn assert_migrator_reversible_async<M>(migrator: M)where
    M: MigratorTrait,
Expand description

This is an async version of assert_migrator_reversible.