Type Alias MigrationFn

Source
pub type MigrationFn<T> = fn(OpenFgaServiceClient<T>) -> BoxFuture<'static, Result<(), StdError>>;
Expand description

Possible function pointer that implements the migration function signature.