macro_rules! box_pool {
($name:ident: $data_type:ty) => { ... };
}Expand description
Creates a new BoxPool singleton with the given $name that manages the specified $data_type
For more extensive documentation see the module level documentation