BatchPublishingResult

Type Alias BatchPublishingResult 

Source
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§

§1.0.0

Ok(Vec<Dispatch>)

Contains the success value

§1.0.0

Err(BatchPublishingError)

Contains the error value