pub fn borrow_from_global_pool<T: Poolable + Clone + 'static>() -> Option<T>Expand description
Placeholder functions that will be properly implemented when integrated with rusty_model These provide the expected interface but need proper typing Borrow an object from the global pool (generic version)