Skip to main content

Target

Type Alias Target 

Source
pub type Target = Option<Section>;
Expand description

What slice of onboarding the orchestrator should run. None walks the full wizard (every Section in canonical order); Some(s) targets one section. The runtime intentionally has no parallel Section-with-All enum — that was three drift surfaces in one file.

Aliased Type§

pub enum Target {
    None,
    Some(Section),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(Section)

Some value of type T.