pub type StreamItem = Result<Value, RuleError>;
Stream item type
pub enum StreamItem { Ok(Value), Err(RuleError), }
Contains the success value
Contains the error value