Type Alias medea_client_api_proto::stats::CandidateType

source ·
pub type CandidateType = NonExhaustive<KnownCandidateType>;
Expand description

Non-exhaustive version of KnownCandidateType.

Aliased Type§

enum CandidateType {
    Known(KnownCandidateType),
    Unknown(String),
}

Variants§

§

Known(KnownCandidateType)

Will store known enum variant if it successfully deserialized.

§

Unknown(String)

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