Module pax_runtime_api::properties
source · Structs§
- A typed wrapper over a UntypedProperty that casts to/from an untyped property on get/set
- Reactive untyped property. Shallow clones can be cheaply made. Manages refcounting and deletion of underlying data when all instances with a specific PropertyId has been dropped.
Traits§
- PropertyValue represents a restriction on valid generic types that a property can contain. All T need to be Clone (to enable .get()) + ’static (no references/ lifetimes)
Functions§
- Utility method to inspect total entry count in property table