match_each_scalar

Macro match_each_scalar 

Source
macro_rules! match_each_scalar {
    ($self:expr, | $scalar:ident | $body:block) => { ... };
}
Expand description

Macro to match each variant of a Scalar enum.