[][src]Module pui_core::scalar

Scalar defined types that can be used to back the ScalarAllocators

ScalarAllocators are types that produce a sequence of Scalars with no duplicates in the sequence

Structs

OpaqueScalar

A opaque type that allows the implementation of Pool/ PoolMut to be safe

Traits

Scalar

Simple types that can be produced from ScalarAllocator, these types are known to have stable Clone and Eq implementations that allow them to be used in the implementation of Token

ScalarAllocator

A type that produces a sequence of unique Scalars