pub type BranchSendNotifyResult = Result<Vec<SendNotifyItem>, SendNotifyError>;Aliased Type§
pub enum BranchSendNotifyResult {
Ok(Vec<SendNotifyItem>),
Err(SendNotifyError),
}Variants§
Ok(Vec<SendNotifyItem>)
Contains the success value
Err(SendNotifyError)
Contains the error value