Type Definition proptest::strategy::ValueFor

source ·
pub type ValueFor<S> = <<S as Strategy>::Value as ValueTree>::Value;
Expand description

The value that functions under test use for a particular Strategy.