pub type MatcherResult<T> = Result<T, TopicMatcherError>;
Expand description
Convenient Result type for matcher operations
Aliased Type§
pub enum MatcherResult<T> {
Ok(T),
Err(TopicMatcherError),
}
pub type MatcherResult<T> = Result<T, TopicMatcherError>;
Convenient Result type for matcher operations
pub enum MatcherResult<T> {
Ok(T),
Err(TopicMatcherError),
}