Struct proptest_quickcheck_interop::QCValueTree [] [src]

pub struct QCValueTree<A: Arbitrary + Debug> { /* fields omitted */ }

The ValueTree implementation for QCStrategy.

Trait Implementations

impl<A: Arbitrary + Debug> ValueTree for QCValueTree<A>
[src]

The type of the value produced by this ValueTree.

[src]

Returns the current value.

[src]

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

[src]

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

impl<A: Arbitrary + Debug> Debug for QCValueTree<A>
[src]

[src]

Formats the value using the given formatter.

impl Clone for QCValueTree<Vec<u32>>
[src]

[src]

Only implemented so that the implementation can be tested. Do not consider this a public API, it may be removed at any time.

1.0.0
[src]

Performs copy-assignment from source. Read more