pub type Id = ArcRef<str>;
An identifier for an item in a registry.
pub struct Id(/* private fields */);