[][src]Function warp_embed::embed_with_config

pub fn embed_with_config<A: RustEmbed>(
    _: &A,
    config: EmbedConfig
) -> impl Filter<Extract = (impl Reply,), Error = Rejection> + Clone

Creates a Filter that serves embedded files at the base path joined by the request path with configuration.