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

type SBoxedStrategy<T> = Box<Strategy<Value = Box<ValueTree<Value = T>>> + Sync + Send>;

Shorthand for a boxed Strategy trait object which is also Sync and Send, as produced by Strategy::sboxed().