macro_rules! impl_random_generate {
($target:ty, $spec:ty, |$input:ident| $body:block) => { ... };
}Expand description
Implement a typed, model-owned random generator using a typed input spec.
macro_rules! impl_random_generate {
($target:ty, $spec:ty, |$input:ident| $body:block) => { ... };
}Implement a typed, model-owned random generator using a typed input spec.