Crate actix_web_rust_embed_responder

Source

Structs§

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

Enums§

Compress
When should the server try sending a compressed response?

Traits§

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’.

Type Aliases§

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.