tests_fuzz::generator

Type Alias TsValueGenerator

Source
pub type TsValueGenerator<R> = Box<dyn Fn(&mut R, TimestampType) -> Value>;

Aliased Typeยง

struct TsValueGenerator<R>(/* private fields */);