Skip to main content

UpdateWizardResult

Type Alias UpdateWizardResult 

Source
pub type UpdateWizardResult = Vec<(String, String)>;
Expand description

Result of the update wizard: section name -> new content.

Aliased Typeยง

pub struct UpdateWizardResult { /* private fields */ }