macro_rules! impl_fixed_arbitrary {
($(($name:ident, $size:expr)),*) => { ... };
}Available on crate feature
provider only.Expand description
Implements the Arbitrary trait for types with fixed array types.
macro_rules! impl_fixed_arbitrary {
($(($name:ident, $size:expr)),*) => { ... };
}provider only.Implements the Arbitrary trait for types with fixed array types.