Skip to main content

GatewayBridgeResult

Type Alias GatewayBridgeResult 

Source
pub type GatewayBridgeResult<T> = Result<T, GatewayBridgeError>;
Expand description

Result-Alias.

Aliased Type§

pub enum GatewayBridgeResult<T> {
    Ok(T),
    Err(GatewayBridgeError),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(GatewayBridgeError)

Contains the error value