Skip to main content

BranchSendNotifyResult

Type Alias BranchSendNotifyResult 

Source
pub type BranchSendNotifyResult = Result<Vec<SendNotifyItem>, SendNotifyError>;

Aliased Type§

pub enum BranchSendNotifyResult {
    Ok(Vec<SendNotifyItem>),
    Err(SendNotifyError),
}

Variants§

§1.0.0

Ok(Vec<SendNotifyItem>)

Contains the success value

§1.0.0

Err(SendNotifyError)

Contains the error value