Type Alias CustomMigrationFn

Source
pub type CustomMigrationFn = Box<dyn Fn(&Message) -> Result<Message, VersionError> + Send + Sync>;
Expand description

Type alias for custom migration function

Aliased Typeยง

pub struct CustomMigrationFn(/* private fields */);