pub type MigrationFn<T> = fn(OpenFgaServiceClient<T>) -> BoxFuture<'static, Result<(), StdError>>;
Possible function pointer that implements the migration function signature.