pub type PromotionResult<T> = Result<T, PromotionError>;Expand description
Result type used throughout the promoter core.
Aliased Type§
pub enum PromotionResult<T> {
Ok(T),
Err(PromotionError),
}pub type PromotionResult<T> = Result<T, PromotionError>;Result type used throughout the promoter core.
pub enum PromotionResult<T> {
Ok(T),
Err(PromotionError),
}