Skip to main content

GetUUID

Trait GetUUID 

Source
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.

Required Methods§

Source

fn get_uuid(&self) -> &[u8; 16]

Returns a reference to the UUID.

Implementors§