pub type ResourceId = String;
Unique identifier for a resource (e.g., “web-servers”, “database-pool”)
struct ResourceId { /* private fields */ }