[][src]Function northstar::util::serve_file

pub async fn serve_file<P: AsRef<Path>, '_>(
    path: P,
    mime: &'_ Mime
) -> Result<Response>