[][src]Module rocket_contrib::uuid

UUID parameter and form value parsing support.

See the Uuid type for further details.

Enabling

This module is only available when the uuid feature is enabled. Enable it in Cargo.toml as follows:

[dependencies.rocket_contrib]
version = "0.4.2"
default-features = false
features = ["uuid"]

Re-exports

pub extern crate uuid as uuid_crate;

Structs

Uuid

Implements FromParam and FromFormValue for accepting UUID values.

Enums

ParseError

An error that can occur while parsing a Uuid string.