Skip to main content

PullSourceShutdownResult

Type Alias PullSourceShutdownResult 

Source
pub type PullSourceShutdownResult = Result<EscrowToken, EscrowError>;

Aliased Type§

pub enum PullSourceShutdownResult {
    Ok(EscrowToken),
    Err(EscrowError),
}

Variants§

§1.0.0

Ok(EscrowToken)

Contains the success value

§1.0.0

Err(EscrowError)

Contains the error value