[][src]Function warp_embed::embed

pub fn embed<A: RustEmbed>(
    x: &A
) -> impl Filter<Extract = (impl Reply,), Error = Rejection> + Clone

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