Type Alias medea_client_api_proto::stats::DataChannelState

source ·
pub type DataChannelState = NonExhaustive<KnownDataChannelState>;
Expand description

Non-exhaustive version of KnownDataChannelState.

Aliased Type§

enum DataChannelState {
    Known(KnownDataChannelState),
    Unknown(String),
}

Variants§

§

Known(KnownDataChannelState)

Will store known enum variant if it successfully deserialized.

§

Unknown(String)

Will store unknown enum variant with it’s data as String.