Type Alias ResourceKey

Source
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 */);