Module rocket_http::uri::fmt[][src]

Expand description

Type safe and URI safe formatting types and traits.

Structs

Formatter

A struct used to format strings for UriDisplay.

Enums

Path

Marker type indicating use of a type for the path Part of a URI.

Query

Marker type indicating use of a type for the query Part of a URI.

Traits

FromUriParam

Conversion trait for parameters used in uri! invocations.

Ignorable

Trait implemented by types that can be ignored in uri!.

Part

Marker trait for types that mark a part of a URI.

UriDisplay

Trait implemented by types that can be displayed as part of a URI in uri!.