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