Macro generic_raw

Source
macro_rules! generic_raw {
    ($name:ident => $handler:ident) => { ... };
}
Expand description

This macro will generate the implementations for operations, passing through packets without processing.