pub type ArcHandle<B, T> = BaseHandle<Arc<B>, T>;
An owned, atomically-reference counted handle to a database
pub struct ArcHandle<B, T> { /* private fields */ }
Create a new atomically-reference counted handle
Borrow the atomically-reference counted handle as a byte handle
You can use this function to make cloning cheaper