Struct launchdarkly::WeightedVariation [] [src]

pub struct WeightedVariation {
    pub variation: usize,
    pub weight: usize,
}

Fields

Trait Implementations

impl Debug for WeightedVariation
[src]

[src]

Formats the value using the given formatter.