Trait install_framework_core::interface::ConstructibleInterface[][src]

pub trait ConstructibleInterface<'a> {
    fn run(builder: InstallerBuilder<'a>) -> i32;
}

Allows an interface to be automatically constructed by the unified run system

Required methods

fn run(builder: InstallerBuilder<'a>) -> i32[src]

Runs the installer for the given InstallerBuilder

Arguments

  • builder - the builder to run

Returns

expected program exit code

Loading content...

Implementors

Loading content...