pub type Control<N> = ControlResult<N, N>;
A type for controlling narrative flow of nodes
pub enum Control<N> { Ok(N), Err(Interrupt<N>), }
Contains the success value
Contains the error value