Expand description

Tags for controlling what can be stored in an ObjectStore.

Structs

Tag for ObjectStores that can store values that are std::marker::Send but not Sync.

Tag for ObjectStores that requires all values to be both std::marker::Send and Sync.

Tag for ObjectStores that can store values that are neither std::marker::Send nor Sync.

Traits

Converts a tag into a trait bound.