pub type PublishingResult = Result<Dispatch, PublishingError>;Expand description
Shorthand for a result of a single publishing attempt.
Aliased Type§
pub enum PublishingResult {
Ok(Dispatch),
Err(PublishingError),
}pub type PublishingResult = Result<Dispatch, PublishingError>;Shorthand for a result of a single publishing attempt.
pub enum PublishingResult {
Ok(Dispatch),
Err(PublishingError),
}