Struct diem_sdk::types::proptest_types::BlockInfoGen
pub struct BlockInfoGen { /* private fields */ }
Implementations§
§impl BlockInfoGen
impl BlockInfoGen
pub fn materialize( self, universe: &mut AccountInfoUniverse, block_size: usize ) -> BlockInfo
Trait Implementations§
§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
.