[−][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:
uuid::{Uuid, Variant, Version}: The fundamental
types used in uuid crate.
Re-exports
pub use super::Bytes; |
pub use super::Uuid; |
pub use super::Variant; |
pub use super::Version; |