pub type GatewayBridgeResult<T> = Result<T, GatewayBridgeError>;Expand description
Result-Alias.
Aliased Type§
pub enum GatewayBridgeResult<T> {
Ok(T),
Err(GatewayBridgeError),
}pub type GatewayBridgeResult<T> = Result<T, GatewayBridgeError>;Result-Alias.
pub enum GatewayBridgeResult<T> {
Ok(T),
Err(GatewayBridgeError),
}