Structs

  • An opaque wrapper around the embedded file.
  • A wrapper around the 2 types of embedable files that rust-embed-for-web provides.

Enums

  • When should the server try sending a compressed response?

Traits

  • A common trait used internally to create HTTP responses.
  • A specialized version of Into, which can help you avoid specifying the type in `Into’.

Type Aliases

  • This is an alias that changes whether it refers to a DynamicFile or EmbeddedFile based on whether it’s in debug or release mode.