macro_rules! arbitrary_msg {
($name:ident { $($variant:ident),* $(,)? }) => { ... };
}Expand description
Generate a trivial action for property tests.
macro_rules! arbitrary_msg {
($name:ident { $($variant:ident),* $(,)? }) => { ... };
}Generate a trivial action for property tests.