UUID parameter and form value parsing support.
See the Uuid type for further details.
Uuid
This module is only available when the uuid feature is enabled. Enable it in Cargo.toml as follows:
uuid
Cargo.toml
[dependencies.rocket_contrib] version = "0.4.11" default-features = false features = ["uuid"]
pub extern crate uuid as uuid_crate;
FromParam
FromFormValue