[][src]Module rocket_contrib::uuid

UUID parameter and form value parsing support.

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.