EmbedableFileResponse

Type Alias EmbedableFileResponse 

Source
pub type EmbedableFileResponse = WebEmbedableFile<DynamicFile>;
Expand description

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

This is necessary if you are trying to avoid using dyn trait objects. Check this example for details.

Aliased Type§

pub struct EmbedableFileResponse(/* private fields */);