macro_rules! define_pool_command {
($args_ty:ty => $ret_ty:ty, with_config) => { ... };
($args_ty:ty => $ret_ty:ty, no_config) => { ... };
}macro_rules! define_pool_command {
($args_ty:ty => $ret_ty:ty, with_config) => { ... };
($args_ty:ty => $ret_ty:ty, no_config) => { ... };
}