Skip to main content

Acted

Type Alias Acted 

Source
pub type Acted<A, Ph, Sends, Birth, E> = Result<Actions<A, Ph, Sends, Birth>, E>;

Aliased Type§

pub enum Acted<A, Ph, Sends, Birth, E> {
    Ok(Actions<A, Ph, Sends, Birth>),
    Err(E),
}

Variants§

§1.0.0

Ok(Actions<A, Ph, Sends, Birth>)

Contains the success value

§1.0.0

Err(E)

Contains the error value