pub trait GetUUID: 'static + Send + Sync { // Required method fn get_uuid(&self) -> &[u8; 16]; }
Trait for types that contain a UUID.
Used for tracking goals and feedback in actions.
Returns a reference to the UUID.