Module radium::types

source ·
Expand description

Best-effort atomic types

This module exports RadiumType aliases that map to the AtomicType on targets that have it, or Cell<type> on targets that do not. This alias can be used as a consistent name for crates that need portable names for non-portable types.

Type Aliases§