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