Searched refs:BufferPoolOwner (Results 1 – 1 of 1) sorted by relevance
43 struct BufferPoolOwner(Weak<Mutex<BufferPoolInner>>); struct45 impl BufferOwner for BufferPoolOwner { implementation91 Box::new(BufferPoolOwner(Arc::downgrade(&self.0))), in next_buffer()