pub trait HandleOwner:
AsRef<ObjectStore>
+ Send
+ Sync
+ 'static { }
Expand description
DataObjectHandle stores an owner that must implement this trait, which allows the handle to get back to an ObjectStore.
pub trait HandleOwner:
AsRef<ObjectStore>
+ Send
+ Sync
+ 'static { }
DataObjectHandle stores an owner that must implement this trait, which allows the handle to get back to an ObjectStore.