ValX

Type Alias ValX 

Source
pub type ValX = ValX<Val>;
Expand description

A value or an eXception.

Aliased Type§

pub enum ValX {
    Ok(Val),
    Err(Exn<Val>),
}

Variants§

§1.0.0

Ok(Val)

Contains the success value

§1.0.0

Err(Exn<Val>)

Contains the error value