Module object_id

Source
Available on doc or test only.
Expand description

§object-id modifications

(↑) This is derived work from the object-id crate, including the following modifications:

  • make no_std compatible.
  • rename from UniqueId to IdPinBox.
  • make a non-allocating version named IdPin.
  • modify Debug impl to prefix the value with the struct name.