Type Alias ChannelListenerRegistryListenL2capResult

Source
pub type ChannelListenerRegistryListenL2capResult = Result<ChannelListenerRegistryListenL2capResponse, i32>;

Aliased Type§

enum ChannelListenerRegistryListenL2capResult {
    Ok(ChannelListenerRegistryListenL2capResponse),
    Err(i32),
}

Variants§

§1.0.0

Ok(ChannelListenerRegistryListenL2capResponse)

Contains the success value

§1.0.0

Err(i32)

Contains the error value