pub type ResourceKey = NonZeroU64;
Expand description
This is the internal type used to identify resources. The value is the unique timestamp from when the resource was created.
Aliased Typeยง
pub struct ResourceKey(/* private fields */);
pub type ResourceKey = NonZeroU64;
This is the internal type used to identify resources. The value is the unique timestamp from when the resource was created.
pub struct ResourceKey(/* private fields */);