pub type ValR = ValR<Val>;
A value or an eRror.
pub enum ValR { Ok(Val), Err(Error<Val>), }
Contains the success value
Contains the error value