pub type CommentResult<T> = Result<T, CommentError>;Expand description
Alias for comment results that may return a CommentError
Aliased Type§
pub enum CommentResult<T> {
Ok(T),
Err(CommentError),
}pub type CommentResult<T> = Result<T, CommentError>;Alias for comment results that may return a CommentError
pub enum CommentResult<T> {
Ok(T),
Err(CommentError),
}