macro_rules! include_proto {
($package:tt) => { ... };
() => { ... };
}Expand description
Include the proto by specifying the package.
macro_rules! include_proto {
($package:tt) => { ... };
() => { ... };
}Include the proto by specifying the package.