Enum lichen::source::Next [] [src]

pub enum Next {
    Now(String),
    Await(String),
    Select(Map),
}

Next-node action types

Variants

Instantly advances

Awaits for manual advancement, failure to advance continues current node

Select from a group, based on decision

Methods

impl Next
[src]

Trait Implementations

impl Debug for Next
[src]

Formats the value using the given formatter.

impl PartialEq for Next
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Clone for Next
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more