Skip to main content

UUID

Type Alias UUID 

Source
pub type UUID = String;
Expand description

A universally unique identifier as specified by RFC 4122.

Aliased Typeยง

pub struct UUID { /* private fields */ }