Type Definition proptest::strategy::ValueFor [] [src]

type ValueFor<S> = <<S as Strategy>::Value as ValueTree>::Value;

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