Struct diem_types::proptest_types::BlockInfoGen
source · pub struct BlockInfoGen { /* private fields */ }
Implementations§
source§impl BlockInfoGen
impl BlockInfoGen
pub fn materialize( self, universe: &mut AccountInfoUniverse, block_size: usize ) -> BlockInfo
Trait Implementations§
source§impl Arbitrary for BlockInfoGen
impl Arbitrary for BlockInfoGen
§type Parameters = ()
type Parameters = ()
The type of parameters that
arbitrary_with
accepts for configuration
of the generated Strategy
. Parameters must implement Default
.§type Strategy = BoxedStrategy<BlockInfoGen>
type Strategy = BoxedStrategy<BlockInfoGen>
The type of
Strategy
used to generate values of type Self
.