Crate actix_web_rust_embed_responder
Source - EmbedResponse
- An opaque wrapper around the embedded file.
- WebEmbedableFile
- A wrapper around the 2 types of embedable files that
rust-embed-for-web
provides.
- Compress
- When should the server try sending a compressed response?
- EmbedRespondable
- A common trait used internally to create HTTP responses.
- IntoResponse
- A specialized version of
Into
, which can help you avoid specifying the type in `Into’.
- EmbedableFileResponse
- This is an alias that changes whether it refers to a
DynamicFile
or
EmbeddedFile
based on whether it’s in debug or release mode.