Trait for inferring an object type string from a message type.
| 119 | |
| 120 | /// Trait for inferring an object type string from a message type. |
| 121 | pub trait ObjectType { |
| 122 | fn object_type() -> &'static str; |
| 123 | } |
| 124 | |
| 125 | // Import object metadata accessor traits from openshell-core |
| 126 | // (implementations for all proto types are in openshell-core::metadata) |
nothing calls this directly
no outgoing calls
no test coverage detected