pub type BatchPublishingResult = Result<Vec<Dispatch>, BatchPublishingError>;Expand description
Shorthand for a result of a batch publishing attempt.
Aliased Type§
pub enum BatchPublishingResult {
Ok(Vec<Dispatch>),
Err(BatchPublishingError),
}Variants§
Ok(Vec<Dispatch>)
Contains the success value
Err(BatchPublishingError)
Contains the error value