pub type MatchResult<T> = Result<T, MatcherError>;Expand description
Result type alias for title matching.
Aliased Type§
pub enum MatchResult<T> {
Ok(T),
Err(MatcherError),
}pub type MatchResult<T> = Result<T, MatcherError>;Result type alias for title matching.
pub enum MatchResult<T> {
Ok(T),
Err(MatcherError),
}