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

type BoxedStrategy<T> = Box<Strategy<Value = Box<ValueTree<Value = T>>>>;

Shorthand for a boxed Strategy trait object as produced by Strategy::boxed().