macro_rules! register_executor {
($node_body:ident, $builder:ty) => { ... };
}Expand description
Register an executor builder so that it can be used to build the executor from protobuf.
macro_rules! register_executor {
($node_body:ident, $builder:ty) => { ... };
}Register an executor builder so that it can be used to build the executor from protobuf.