typed_headers/content_type/example

Types

pub type Example {
  Custom(String)
}

Constructors

  • Custom(String)

Constants

pub const type_name: String = "example"

Functions

pub fn to_string(example: Example) -> String
Search Document