pub trait WithError {
fn has_err(&self) -> bool;
fn get_err(&self) -> Option<&RRuleError>;
}Required Methods
fn get_err(&self) -> Option<&RRuleError>
fn get_err(&self) -> Option<&RRuleError>
Return the last error while iterating.
pub trait WithError {
fn has_err(&self) -> bool;
fn get_err(&self) -> Option<&RRuleError>;
}Return the last error while iterating.