macro_rules! impl_pool_info {
($enum_name:ident, $($variant:ident),+) => { ... };
}Expand description
Macro for generating getter methods for all of the suppored pools
macro_rules! impl_pool_info {
($enum_name:ident, $($variant:ident),+) => { ... };
}Macro for generating getter methods for all of the suppored pools