Trait ToUUID

Source
pub trait ToUUID {
    // Required method
    fn to_uuid(&self) -> Uuid;
}
Expand description

Behavior for converting a datatype to a GoPro global UUID

Required Methods§

Source

fn to_uuid(&self) -> Uuid

Implementors§