typed_headers/content_type/video

Types

pub type Video {
  RAW
  MP4
  MPV
  WEBM
  Custom(String)
}

Constructors

  • RAW
  • MP4
  • MPV
  • WEBM
  • Custom(String)

Constants

pub const type_name: String = "video"

Functions

pub fn to_string(video: Video) -> String
Search Document