macro_rules! generic_raw {
($name:ident => $handler:ident) => { ... };
}
Expand description
This macro will generate the implementations for operations, passing through packets without processing.
macro_rules! generic_raw {
($name:ident => $handler:ident) => { ... };
}
This macro will generate the implementations for operations, passing through packets without processing.