pub trait ToUUID { // Required method fn to_uuid(&self) -> Uuid; }
Behavior for converting a datatype to a GoPro global UUID