Skip to main content

define_pool_command

Macro define_pool_command 

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