[−][src]Module uuid::prelude
The uuid prelude.
This module contains the most important items of the uuid crate.
To use the prelude, include the following in your crate root:
extern crate uuid;
and the following in every module:
use uuid::prelude::*;
Prelude Contents
Currently the prelude reexports the following:
The core types
uuid::{Uuid, UuidVariant}: The fundamental
types used in uuid crate.
Structs
| Uuid |
A Universally Unique Identifier (UUID). |
Enums
| UuidVariant |
The reserved variants of UUIDs. |