pub type BridgeResult<T> = Result<T, BridgeError>;
Expand description

The bridge result type.