Module rocket::http::uri::fmt

Expand description

Type safe and URI safe formatting types and traits.

Structs§

Enums§

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

Traits§

  • Conversion trait for parameters used in uri! invocations.
  • Trait implemented by types that can be ignored in uri!.
  • Marker trait for types that mark a part of a URI.
  • Trait implemented by types that can be displayed as part of a URI in uri!.