Struct lib_ruby_parser::traverse::finder::PatternError [−][src]
pub struct PatternError {
pub pattern: String,
}Expand description
An error that is returned when attempting to build a finder::Item from a string that can’t be recognized
Fields
pattern: StringPattern that wasn’t recognozed
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PatternErrorimpl Send for PatternErrorimpl Sync for PatternErrorimpl Unpin for PatternErrorimpl UnwindSafe for PatternError