Skip to main content

MaintenancePrepareFn

Type Alias MaintenancePrepareFn 

Source
pub type MaintenancePrepareFn = for<'connection> fn(&Transaction<'connection>) -> Result<MaintenancePrepareReport, Error>;
Expand description

Offline preparation callback retained under the ledger migration transaction.