Type Alias proptest::strategy::W

source ·
pub type W<T> = (u32, T);
Expand description

A relative weight of a particular Strategy corresponding to T coupled with T itself. The weight is currently given in u32.

Layout§

Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.