that was insane

This commit is contained in:
2023-07-10 00:29:31 +02:00
parent 92147a00b3
commit fffd1af81f
18 changed files with 324 additions and 255 deletions

View File

@ -26,7 +26,7 @@ pub mod std_mod {
}
}
pub fn backing_pool(&self) -> SharedPool {
pub fn clone_backing_pool(&self) -> SharedPool {
self.pool.clone()
}