Control

Type Alias Control 

Source
pub type Control<N> = ControlResult<N, N>;
Expand description

A type for controlling narrative flow of nodes

Aliased Type§

pub enum Control<N> {
    Ok(N),
    Err(Interrupt<N>),
}

Variants§

§1.0.0

Ok(N)

Contains the success value

§1.0.0

Err(Interrupt<N>)

Contains the error value