Crate match_all [] [src]

This crate provides several macros of augmenting

  • match_all - This provides a side-effect purposed match statement that allows all matching patterns to execute their associated expressions
  • for_match_all - This provides a side-effect purposed match statement that allows all matching patterns to execute their associated expressions while looping through a .iter() value
  • for_match - This provides a side-effect purposed match statement that allows all matching patterns to execute their associated expressions

Macros

for_match
for_match_all
match_all