Struct proptest::sample::SelectorValueTree[][src]

pub struct SelectorValueTree { /* fields omitted */ }

ValueTree corresponding to SelectorStrategy.

Trait Implementations

impl Debug for SelectorValueTree
[src]

Formats the value using the given formatter. Read more

impl ValueTree for SelectorValueTree
[src]

The type of the value produced by this ValueTree.

Returns the current value.

Attempts to simplify the current value. Notionally, this sets the "high" value to the current value, and the current value to a "halfway point" between high and low, rounding towards low. Read more

Attempts to partially undo the last simplification. Notionally, this sets the "low" value to one plus the current value, and the current value to a "halfway point" between high and the new low, rounding towards low. Read more

Auto Trait Implementations

impl Send for SelectorValueTree

impl Sync for SelectorValueTree