pub trait MigrationName {
    fn name(&self) -> &str;
}
This is supported on crate feature migration only.

Required methods

Implementors