pub fn copy_migration(
    from: &impl Migration,
    to: &mut impl MigrationMut
) -> Result<()>
Expand description

Copies the data in from to to.