TsValueGenerator

Type Alias TsValueGenerator 

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

Aliased Typeยง

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