pub type MatcherParseError = ParseError<MatcherError>;Aliased Type§
pub struct MatcherParseError {
pub s: String,
pub kind: MatcherError,
}Fields§
§s: String§kind: MatcherErrorpub type MatcherParseError = ParseError<MatcherError>;pub struct MatcherParseError {
pub s: String,
pub kind: MatcherError,
}s: String§kind: MatcherError