pub type BridgeResult<T> = Result<T, BridgeError>;Expand description
Type-safe result for operations
Aliased Type§
pub enum BridgeResult<T> {
Ok(T),
Err(BridgeError),
}pub type BridgeResult<T> = Result<T, BridgeError>;Type-safe result for operations
pub enum BridgeResult<T> {
Ok(T),
Err(BridgeError),
}