pub trait GetUUID:
'static
+ Send
+ Sync {
// Required method
fn get_uuid(&self) -> &[u8; 16];
}Expand description
Trait for types that contain a UUID.
Used for tracking goals and feedback in actions.
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.