Struct warp_embed::EmbedConfig [−][src]
Expand description
Embed serving configuration
Fields
directory_index: Vec<String>list of directory index.
Default value is vec!["index.html".to_string(), "index.htm".to_string()]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for EmbedConfig
impl Send for EmbedConfig
impl Sync for EmbedConfig
impl Unpin for EmbedConfig
impl UnwindSafe for EmbedConfig
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more