pub type PullSourceShutdownResult = Result<EscrowToken, EscrowError>;Aliased Type§
pub enum PullSourceShutdownResult {
Ok(EscrowToken),
Err(EscrowError),
}pub type PullSourceShutdownResult = Result<EscrowToken, EscrowError>;pub enum PullSourceShutdownResult {
Ok(EscrowToken),
Err(EscrowError),
}