pub type HangingDataChannelReadResult = Result<HangingDataChannelReadResponse, i32>;Aliased Type§
pub enum HangingDataChannelReadResult {
Ok(HangingDataChannelReadResponse),
Err(i32),
}Variants§
Ok(HangingDataChannelReadResponse)
Contains the success value
Err(i32)
Contains the error value