pub type UpdateWizardResult = Vec<(String, String)>;
Result of the update wizard: section name -> new content.
pub struct UpdateWizardResult { /* private fields */ }