Crate forc_migrate

Source

Modules§

cli
The command line interface for forc migrate.

Macros§

all_of
Returns a predicate that evaluates to true if all the predicates passed as arguments evaluate to true.
all_of_mut
Returns a predicate that evaluates to true if all the predicates passed as arguments evaluate to true.
any_of
Returns a predicate that evaluates to true if any of the predicates passed as arguments evaluate to true.
any_of_mut
Returns a predicate that evaluates to true if any of the predicates passed as arguments evaluate to true.
get_migration_steps_or_return
Returns a non-empty set of consistent migration steps.