Skip to main content

match_array

Macro match_array 

Source
macro_rules! match_array {
    ($self:expr, $method:ident $(, $args:expr)* $(,)?) => { ... };
}
Expand description

Reduces matching boilerplate when all positive paths share the outcome