Struct schemer::testing::TestMigration [] [src]

pub struct TestMigration { /* fields omitted */ }

A trivial struct implementing Migration on which adapters can build their mock migrations.

Methods

impl TestMigration
[src]

[src]

Trait Implementations

impl Migration for TestMigration
[src]

[src]

Unique identifier for this migration.

[src]

Set of IDs of all direct dependencies of this migration.

[src]

User-targetted description of this migration.