Provides access to the object's unique identifier.
| 13 | |
| 14 | /// Provides access to the object's unique identifier. |
| 15 | pub trait ObjectId { |
| 16 | fn object_id(&self) -> &str; |
| 17 | } |
| 18 | |
| 19 | /// Provides access to the object's human-readable name. |
| 20 | pub trait ObjectName { |
nothing calls this directly
no outgoing calls
no test coverage detected